summaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c
AgeCommit message (Expand)AuthorLines
2016-02-12list-objects: pass full pathname to callbacksJeff King-2/+1
2016-02-12list-objects: drop name_path entirelyJeff King-1/+1
2015-11-20Remove get_object_hash.brian m. carlson-7/+7
2015-11-20Convert struct object to object_idbrian m. carlson-1/+1
2015-11-20Add several uses of get_object_hash.brian m. carlson-7/+7
2014-12-12Merge branch 'jk/pack-bitmap'Junio C Hamano-5/+3
2014-11-30pack-bitmap: do not use gcc packed attributeKarsten Blees-5/+3
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe-2/+1
2014-03-06Use hashcpy() when copying object namesSun He-1/+1
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti-2/+19
2013-12-30pack-objects: implement bitmap writingVicent Marti-0/+535