summaryrefslogtreecommitdiff
path: root/pack-bitmap.h
AgeCommit message (Expand)Author
2022-03-09pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee
2021-10-18Merge branch 'tb/repack-write-midx'Junio C Hamano
2021-09-29builtin/repack.c: make largest pack preferredTaylor Blau
2021-09-14t/helper/test-bitmap.c: add 'dump-hashes' modeTaylor Blau
2021-09-10pack-bitmap: drop repository argument from prepare_midx_bitmap_git()Jeff King
2021-09-01pack-bitmap: read multi-pack bitmapsTaylor Blau
2021-09-01pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'Taylor Blau
2021-08-24pack-bitmap-write.c: gracefully fail to write non-closed bitmapsTaylor Blau
2021-05-07Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano
2021-04-19rev-list: allow filtering of provided itemsPatrick Steinhardt
2021-04-01builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau
2021-04-01pack-bitmap: add 'test_bitmap_commits()' helperTaylor Blau
2021-02-11rev-list: add --disk-usage option for calculating disk usageJeff King
2020-12-08pack-bitmap: factor out 'bitmap_for_commit()'Taylor Blau
2020-12-08pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King
2020-03-02Merge branch 'jk/object-filter-with-bitmap'Junio C Hamano
2020-02-14Merge branch 'jk/packfile-reuse-cleanup'Junio C Hamano
2020-02-14pack-bitmap: basic noop bitmap filter infrastructureJeff King
2020-02-14rev-list: allow commit-only bitmap traversalsJeff King
2020-01-23pack-objects: improve partial packfile reuseJeff King
2020-01-23pack-bitmap: introduce bitmap_walk_contains()Jeff King
2019-09-28pack-bitmap.h: remove magic numberDenton Liu
2019-06-20pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King
2019-04-01pack-bitmap: switch hash tables to use struct object_idbrian m. carlson
2019-04-01pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-09-04bitmap_has_sha1_in_uninteresting(): drop BUG checkJeff King
2018-08-21pack-bitmap: save "have" bitmap from walkJeff King
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-06-21pack-bitmap: add free functionJonathan Tan
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy
2017-10-16pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson
2015-01-15pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano
2014-12-01pack-bitmap: do not use gcc packed attributeKarsten Blees
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti
2013-12-30pack-objects: implement bitmap writingVicent Marti
2013-12-30pack-bitmap: add support for bitmap indexesVicent Marti