summaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c
Commit message (Expand)AuthorAgeFilesLines
* pack-*.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-3/+3
* Merge branch 'bc/hash-transition-part-15'Junio C Hamano2018-10-301-1/+1
|\
| * pack-bitmap-write: use GIT_MAX_RAWSZ for allocationbrian m. carlson2018-10-151-1/+1
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-1/+1
|\ \ | |/ |/|
| * revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ | |/ |/|
| * commit.h: remove method declarationsDerrick Stolee2018-07-201-0/+1
| * Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-0/+1
| |\
* | \ Merge branch 'jt/remove-pack-bitmap-global'Junio C Hamano2018-07-181-2/+8
|\ \ \
| * | | pack-bitmap: add free functionJonathan Tan2018-06-211-0/+4
| * | | pack-bitmap: remove bitmap_git global variableJonathan Tan2018-06-211-2/+4
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ \ | |/ / |/| / | |/
| * object-store: move object access functions to object-store.hStefan Beller2018-05-161-0/+1
* | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | | Merge branch 'nd/pack-objects-pack-struct'Junio C Hamano2018-05-231-6/+8
|\ \ \
| * | | pack-objects: move in_pack_pos out of struct object_entryNguyễn Thái Ngọc Duy2018-04-161-3/+5
| * | | pack-objects: turn type and in_pack_type to bitfieldsNguyễn Thái Ngọc Duy2018-04-161-3/+3
| |/ /
* | | Merge branch 'sb/oid-object-info'Junio C Hamano2018-05-231-1/+2
|\ \ \ | | |/ | |/|
| * | cache.h: add repository argument to oid_object_infoStefan Beller2018-04-261-1/+2
| |/
* | 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 leakMartin Å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 callbacksJeff 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 arraysRené Scharfe2014-09-181-2/+1
* | Use hashcpy() when copying object namesSun 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