summaryrefslogtreecommitdiff
path: root/pack-bitmap-write.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/commit-graph'Junio C Hamano2018-05-081-1/+1
|\
| * csum-file: refactor finalize_hashfile() methodDerrick Stolee2018-04-021-1/+1
| * csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee2018-04-021-1/+1
* | sha1_file: convert sha1_object_info* to object_idbrian m. carlson2018-03-141-2/+1
|/
* csum-file: rename sha1file to hashfilebrian m. carlson2018-02-021-15/+15
* pack-bitmap[-write]: use `object_array_clear()`, don't leakma/leakplugsMartin Ågren2017-09-241-3/+1
* pack: convert struct pack_idx_entry to struct object_idbrian m. carlson2017-05-081-3/+5
* odb_mkstemp: write filename into strbufJeff King2017-03-281-5/+7
* do not check odb_mkstemp return value for errorsJeff King2017-03-281-2/+0
* use QSORTRené Scharfe2016-09-291-2/+1
* list-objects: pass full pathname to callbacksjk/lose-name-pathJeff King2016-02-121-2/+1
* list-objects: drop name_path entirelyJeff King2016-02-121-1/+1
* 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