summaryrefslogtreecommitdiffstats
path: root/pack-bitmap-write.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* oid_pos(): access table through const pointersJeff King2021-01-281-2/+2
* hash_pos(): convert to oid_pos()Jeff King2021-01-281-3/+3
* Merge branch 'ma/sha1-is-a-hash'Junio C Hamano2021-01-151-2/+2
|\
| * hash-lookup: rename from sha1-lookupMartin Ågren2021-01-041-1/+1
| * sha1-lookup: rename `sha1_pos()` as `hash_pos()`Martin Ågren2021-01-041-1/+1
* | pack-bitmap-write: better reuse bitmapsDerrick Stolee2020-12-081-2/+38
* | pack-bitmap-write: relax unique revwalk conditionDerrick Stolee2020-12-081-9/+5
* | pack-bitmap-write: use existing bitmapsDerrick Stolee2020-12-081-4/+36
* | pack-bitmap-write: ignore BITMAP_FLAG_REUSEJeff King2020-12-081-45/+5
* | pack-bitmap-write: build fewer intermediate bitmapsDerrick Stolee2020-12-081-6/+66
* | pack-bitmap-write: rename children to reverse_edgesDerrick Stolee2020-12-081-3/+3
* | pack-bitmap-write: fill bitmap with commit historyDerrick Stolee2020-12-081-7/+23
* | pack-bitmap-write: pass ownership of intermediate bitmapsJeff King2020-12-081-2/+8
* | pack-bitmap-write: reimplement bitmap writingJeff King2020-12-081-123/+161
|/
* pack-bitmap-write: use hashwrite_be32() in write_hash_cache()René Scharfe2020-09-061-2/+1
* pack-objects: drop packlist index_pos optimizationJeff King2019-09-061-1/+1
* pack-bitmap: convert khash_sha1 maps into kh_oid_mapJeff King2019-06-201-7/+7
* pack-objects: convert packlist_find() to use object_idJeff King2019-06-201-1/+1
* pack-bitmap-write: convert some helpers to use object_idJeff King2019-06-201-9/+9
* pack-bitmap: replace sha1_to_hexbrian m. carlson2019-04-011-3/+3
* pack-bitmap: make bitmap header handling hash agnosticbrian m. carlson2019-04-011-1/+1
* 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