summaryrefslogtreecommitdiff
path: root/pack-bitmap-write.c
AgeCommit message (Expand)Author
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2017-09-24pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson
2017-03-28odb_mkstemp: write filename into strbufJeff King
2017-03-28do not check odb_mkstemp return value for errorsJeff King
2016-09-29use QSORTRené Scharfe
2016-02-12list-objects: pass full pathname to callbacksJeff King
2016-02-12list-objects: drop name_path entirelyJeff King
2015-11-20Remove get_object_hash.brian m. carlson
2015-11-20Convert struct object to object_idbrian m. carlson
2015-11-20Add several uses of get_object_hash.brian m. carlson
2014-12-12Merge branch 'jk/pack-bitmap'Junio C Hamano
2014-12-01pack-bitmap: do not use gcc packed attributeKarsten Blees
2014-09-18use REALLOC_ARRAY for changing the allocation size of arraysRené Scharfe
2014-03-06Use hashcpy() when copying object namesSun He
2013-12-30pack-bitmap: implement optional name_hash cacheVicent Marti
2013-12-30pack-objects: implement bitmap writingVicent Marti