summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.h
AgeCommit message (Expand)AuthorLines
2019-04-01pack-bitmap: switch hash tables to use struct object_idbrian m. carlson-1/+1
2019-04-01pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson-1/+1
2018-11-12pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy-1/+2
2018-09-04bitmap_has_sha1_in_uninteresting(): drop BUG checkJeff King-1/+1
2018-08-21pack-bitmap: save "have" bitmap from walkJeff King-0/+7
2018-08-15Add missing includes and forward declarationsElijah Newren-0/+3
2018-06-21pack-bitmap: add free functionJonathan Tan-0/+1
2018-06-21pack-bitmap: remove bitmap_git global variableJonathan Tan-6/+13
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy-1/+3
2017-10-16pack-bitmap: convert traverse_bitmap_commit_list to object_idbrian m. carlson-1/+1
2015-01-15pack-bitmap.c: make pack_bitmap_filename() staticJunio C Hamano-1/+0
2014-11-30pack-bitmap: do not use gcc packed attributeKarsten Blees-6/+0
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti-2/+4
2013-12-30pack-objects: implement bitmap writingVicent Marti-0/+19
2013-12-30pack-bitmap: add support for bitmap indexesVicent Marti-0/+43