summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-6/+7
* Merge branch 'jk/pack-objects-with-bitmap-fix'Junio C Hamano2018-09-171-11/+3
|\
| * pack-bitmap: drop "loaded" flagJeff King2018-09-041-6/+3
| * traverse_bitmap_commit_list(): don't free resultJeff King2018-09-041-3/+0
| * bitmap_has_sha1_in_uninteresting(): drop BUG checkJeff King2018-09-041-2/+0
* | Merge branch 'jk/pack-delta-reuse-with-bitmap'Junio C Hamano2018-09-171-1/+24
|\|
| * pack-bitmap: save "have" bitmap from walkJeff King2018-08-211-1/+24
* | treewide: use get_all_packsDerrick Stolee2018-08-201-1/+1
|/
* pack-bitmap: add free functionJonathan Tan2018-06-211-6/+29
* pack-bitmap: remove bitmap_git global variableJonathan Tan2018-06-211-144/+173
* Merge branch 'jk/ewah-bounds-check'Junio C Hamano2018-06-181-1/+1
|\
| * ewah: adjust callers of ewah_read_mmap()Jeff King2018-06-181-1/+1
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-3/+3
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-3/+3
* | | pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-1/+1
|/ /
* | packfile: keep prepare_packed_git() privateNguyễn Thái Ngọc Duy2018-03-261-1/+0
* | packfile: add repository argument to prepare_packed_gitStefan Beller2018-03-261-1/+1
* | object-store: move packed_git and packed_git_mru to object storeStefan Beller2018-03-261-1/+3
|/
* pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-161-4/+4
* Merge branch 'ma/leakplugs'Junio C Hamano2017-09-291-7/+3
|\
| * pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren2017-09-241-7/+3
* | pack: move open_pack_index(), parse_pack_index()Jonathan Tan2017-08-231-0/+1
|/
* Merge branch 'jc/pack-bitmap-unaligned'Junio C Hamano2017-06-301-1/+1
|\
| * pack-bitmap: don't perform unaligned memory accessJames Clarke2017-06-261-1/+1
* | object: convert parse_object* to take struct object_idbrian m. carlson2017-05-081-2/+2
* | sha1_file: rename git_open_noatime() to git_open()Lars Schneider2016-10-251-1/+1
|/
* list-objects: pass full pathname to callbacksJeff King2016-02-121-9/+4
* list-objects: drop name_path entirelyJeff King2016-02-121-2/+2
* Merge branch 'jk/pack-revindex'Junio C Hamano2016-01-201-8/+5
|\
| * pack-revindex: store entries directly in packed_gitJeff King2015-12-211-8/+5
* | Remove get_object_hash.brian m. carlson2015-11-201-13/+13
* | Convert struct object to object_idbrian m. carlson2015-11-201-4/+4
* | Add several uses of get_object_hash.brian m. carlson2015-11-201-13/+13
* | use strip_suffix and xstrfmt to replace suffixJeff King2015-09-251-9/+4
* | Merge branch 'es/osx-header-pollutes-mask-macro'Junio C Hamano2015-06-241-5/+5
|\ \
| * | ewah: use less generic macro nameJeff King2015-06-031-5/+5
| |/
* | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-06-011-1/+1
|\ \
| * | test_bitmap_walk: free bitmap with bitmap_freeJeff King2015-05-221-1/+1
* | | Merge branch 'rs/plug-leak-in-pack-bitmaps'Junio C Hamano2015-05-261-5/+3
|\ \ \
| * | | pack-bitmaps: plug memory leak, fix allocation size for recent_bitmapsRené Scharfe2015-05-191-5/+3
* | | | Merge branch 'sb/test-bitmap-free-at-end'Junio C Hamano2015-05-051-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | pack-bitmap.c: fix a memleakStefan Beller2015-04-121-0/+2
| |/ /
* | | Merge branch 'jc/unused-symbols'Junio C Hamano2015-02-111-14/+14
|\ \ \
| * | | pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano2015-01-151-14/+14
| |/ /
* | | Merge branch 'ak/typofixes'Junio C Hamano2015-02-111-1/+1
|\ \ \ | |/ / |/| |
| * | pack-bitmap: fix typoAlexander Kuleshov2015-01-211-1/+1
| |/
* | Merge branch 'jk/pack-bitmap'Junio C Hamano2014-12-121-7/+15
|\ \
| * | pack-bitmap: do not use gcc packed attributeKarsten Blees2014-11-301-7/+15
| |/
* / use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe2014-09-181-4/+2
|/
* add `ignore_missing_links` mode to revwalkVicent Marti2014-04-041-0/+2