summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.h
Commit message (Expand)AuthorAgeFilesLines
* 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