summaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c
AgeCommit message (Expand)AuthorLines
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano-1/+1
2018-05-23Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano-6/+8
2018-05-23Merge branch 'sb/oid-object-info'Junio C Hamano-1/+2
2018-05-08Merge branch 'ds/commit-graph'Junio C Hamano-1/+1
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin-1/+1
2018-04-26cache.h: add repository argument to oid_object_infoStefan Beller-1/+2
2018-04-16pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy-3/+5
2018-04-16pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy-3/+3
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee-1/+1
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee-1/+1
2018-03-14sha1_file: convert sha1_object_info* to object_idbrian m. carlson-2/+1
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson-15/+15
2017-09-24pack-bitmap[-write]: use `object_array_clear()`, don't leakMartin Ågren-3/+1
2017-05-08pack: convert struct pack_idx_entry to struct object_idbrian m. carlson-3/+5
2017-03-28odb_mkstemp: write filename into strbufJeff King-5/+7
2017-03-28do not check odb_mkstemp return value for errorsJeff King-2/+0
2016-09-29use QSORTRené Scharfe-2/+1
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