summaryrefslogtreecommitdiff
path: root/pack-bitmap-write.c
Commit message (Expand)AuthorAgeFilesLines
* Remove get_object_hash.brian m. carlson2015-11-201-7/+7
* Convert struct object to object_idbrian m. carlson2015-11-201-1/+1
* Add several uses of get_object_hash.brian m. carlson2015-11-201-7/+7
* Merge branch 'jk/pack-bitmap'Junio C Hamano2014-12-121-5/+3
|\
| * pack-bitmap: do not use gcc packed attributeKarsten Blees2014-11-301-5/+3
* | use REALLOC_ARRAY for changing the allocation size of arraysrs/realloc-arrayRené Scharfe2014-09-181-2/+1
* | Use hashcpy() when copying object namessh/use-hashcpySun He2014-03-061-1/+1
|/
* pack-bitmap: implement optional name_hash cacheVicent Marti2013-12-301-2/+19
* pack-objects: implement bitmap writingVicent Marti2013-12-301-0/+535