summaryrefslogtreecommitdiff
path: root/pack-bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* fsck: verify checksums of all .bitmap filesDerrick Stolee2023-05-021-0/+2
* pack-bitmap: prepare to read lookup table extensionAbhradeep Chakraborty2022-08-261-0/+9
* pack-bitmap-write.c: write lookup table extensionAbhradeep Chakraborty2022-08-261-2/+3
* pack-bitmap-write: use const for hashesDerrick Stolee2022-07-191-1/+1
* pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee2022-03-091-2/+0
* Merge branch 'tb/repack-write-midx'Junio C Hamano2021-10-181-0/+1
|\
| * builtin/repack.c: make largest pack preferredTaylor Blau2021-09-281-0/+1
* | t/helper/test-bitmap.c: add 'dump-hashes' modeTaylor Blau2021-09-141-0/+1
|/
* pack-bitmap: drop repository argument from prepare_midx_bitmap_git()Jeff King2021-09-091-2/+1
* pack-bitmap: read multi-pack bitmapsTaylor Blau2021-09-011-0/+6
* pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'Taylor Blau2021-09-011-0/+1
* pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau2021-08-241-1/+1
* Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano2021-05-071-1/+2
|\
| * rev-list: allow filtering of provided itemsPatrick Steinhardt2021-04-191-1/+2
* | builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau2021-03-311-0/+3
* | pack-bitmap: add 'test_bitmap_commits()' helperTaylor Blau2021-03-311-0/+1
|/
* rev-list: add --disk-usage option for calculating disk usageJeff King2021-02-111-0/+2
* pack-bitmap: factor out 'bitmap_for_commit()'Taylor Blau2020-12-081-0/+2
* pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King2020-12-081-1/+5
* Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano2020-03-021-1/+4
|\
| * pack-bitmap: basic noop bitmap filter infrastructureJeff King2020-02-141-1/+3
| * rev-list: allow commit-only bitmap traversalsJeff King2020-02-141-0/+1
* | Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano2020-02-141-1/+5
|\ \ | |/ |/|
| * pack-objects: improve partial packfile reuseJeff King2020-01-231-1/+2
| * pack-bitmap: introduce bitmap_walk_contains()Jeff King2020-01-231-0/+3
* | pack-bitmap.h: remove magic numberDenton Liu2019-09-281-3/+3
|/
* pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King2019-06-201-1/+1
* pack-bitmap: switch hash tables to use struct object_idbrian m. carlson2019-04-011-1/+1
* pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson2019-04-011-1/+1
* pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+2
* bitmap_has_sha1_in_uninteresting(): drop BUG checkJeff King2018-09-041-1/+1
* pack-bitmap: save "have" bitmap from walkJeff King2018-08-211-0/+7
* Add missing includes and forward declarationsElijah Newren2018-08-151-0/+3
* pack-bitmap: add free functionJonathan Tan2018-06-211-0/+1
* pack-bitmap: remove bitmap_git global variableJonathan Tan2018-06-211-6/+13
* pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-1/+3
* pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson2017-10-161-1/+1
* pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano2015-01-151-1/+0
* pack-bitmap: do not use gcc packed attributeKarsten Blees2014-11-301-6/+0
* pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-301-2/+4
* pack-objects: implement bitmap writingVicent Marti2013-12-301-0/+19
* pack-bitmap: add support for bitmap indexesVicent Marti2013-12-301-0/+43