summaryrefslogtreecommitdiffstats
path: root/pack-bitmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/missing-btmp-fix'Junio C Hamano2024-04-231-20/+21
|\
| * pack-bitmap: gracefully handle missing BTMP chunksPatrick Steinhardt2024-04-151-20/+21
* | Merge branch 'tb/pack-bitmap-drop-unused-struct-member'Junio C Hamano2024-02-061-7/+0
|\ \ | |/ |/|
| * pack-bitmap: drop unused `reuse_objects`Taylor Blau2024-01-291-7/+0
* | pack-bitmap: enable reuse from all bitmapped packsTaylor Blau2023-12-141-10/+24
* | pack-bitmap: prepare to mark objects from multiple packs for reuseTaylor Blau2023-12-141-66/+106
* | midx: implement `midx_preferred_pack()`Taylor Blau2023-12-141-10/+7
* | pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()`Taylor Blau2023-12-141-2/+4
* | pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signatureTaylor Blau2023-12-141-9/+7
* | pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functionsTaylor Blau2023-12-141-31/+87
* | pack-bitmap: plug leak in find_objects()Taylor Blau2023-12-141-0/+2
|/
* Merge branch 'tb/rev-list-unpacked-fix'Junio C Hamano2023-11-081-0/+27
|\
| * pack-bitmap: drop --unpacked non-commit objects from resultsTaylor Blau2023-11-071-0/+27
* | pack-bitmap: mark unused parameters in show_object callbackJeff King2023-08-301-2/+3
|/
* Merge branch 'tb/object-access-overflow-protection'Junio C Hamano2023-07-251-5/+7
|\
| * pack-bitmap.c: ensure that eindex lookups don't overflowTaylor Blau2023-07-141-5/+7
* | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-1/+1
|\ \
| * | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
| |/
* | Merge branch 'tb/open-midx-bitmap-fallback'Junio C Hamano2023-06-231-3/+5
|\ \
| * | pack-bitmap.c: gracefully degrade on failure to load MIDX'd packTaylor Blau2023-06-121-3/+5
| |/
* | Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano2023-06-231-39/+202
|\ \ | |/ |/|
| * pack-bitmap.c: use commit boundary during bitmap traversalTaylor Blau2023-05-081-13/+169
| * pack-bitmap.c: extract `fill_in_bitmap()`Taylor Blau2023-05-081-29/+36
* | fsck: verify checksums of all .bitmap filesDerrick Stolee2023-05-021-0/+45
|/
* Merge branch 'ds/fsck-pack-revindex'Junio C Hamano2023-04-281-2/+2
|\
| * fsck: validate .rev file headerDerrick Stolee2023-04-171-2/+2
* | Merge branch 'tb/pack-revindex-on-disk'Junio C Hamano2023-04-281-10/+13
|\|
| * pack-revindex: make `load_pack_revindex` take a repositoryTaylor Blau2023-04-131-10/+13
* | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-251-1/+3
|\ \ | |/ |/|
| * treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-111-1/+1
| * object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
| * treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-111-0/+1
* | Merge branch 'en/header-split-cleanup'Junio C Hamano2023-04-061-1/+2
|\|
| * csum-file.h: remove unnecessary inclusion of cache.hElijah Newren2023-03-211-1/+1
| * treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'ab/config-multi-and-nonbool'Junio C Hamano2023-04-061-1/+5
|\ \ | |/ |/|
| * config API: add "string" version of *_value_multi(), fix segfaultsÆvar Arnfjörð Bjarmason2023-03-281-1/+1
| * config API: have *_multi() return an "int" and take a "dest"Ævar Arnfjörð Bjarmason2023-03-281-1/+5
* | Merge branch 'jk/unused-post-2.39-part2'Junio C Hamano2023-03-171-2/+4
|\ \
| * | list-objects: mark unused callback parametersJeff King2023-02-241-2/+4
* | | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-1/+2
|/ /
* | pack-bitmap.c: trace bitmap ignore logs when midx-bitmap is foundJeff King2022-11-291-5/+12
* | pack-bitmap.c: break out of the bitmap loop early if not tracingJeff King2022-11-291-1/+8
* | pack-bitmap.c: avoid exposing absolute pathsTeng Long2022-11-141-4/+6
* | pack-bitmap.c: remove unnecessary "open_pack_index()" callsTeng Long2022-11-141-3/+0
|/
* Merge branch 'ds/bitmap-lookup-remove-tracing'Junio C Hamano2022-09-271-2/+1
|\
| * pack-bitmap: remove trace2 region from hot pathDerrick Stolee2022-09-261-2/+1
* | pack-bitmap: improve grammar of "xor chain" error messageAlex Henrie2022-09-231-1/+1
|/