summaryrefslogtreecommitdiff
path: root/pack-bitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/bitmap-lookup-remove-tracing'Junio C Hamano2022-09-261-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
|/
* pack-bitmap: prepare to read lookup table extensionAbhradeep Chakraborty2022-08-261-9/+281
* Merge branch 'tl/pack-bitmap-error-messages'Junio C Hamano2022-07-271-45/+58
|\
| * pack-bitmap.c: continue looping when first MIDX bitmap is foundTeng Long2022-07-181-2/+3
| * pack-bitmap.c: using error() instead of silently returning -1Teng Long2022-07-181-1/+5
| * pack-bitmap.c: do not ignore error when opening a bitmap fileTeng Long2022-07-181-5/+12
| * pack-bitmap.c: rename "idx_name" to "bitmap_name"Teng Long2022-07-181-7/+7
| * pack-bitmap.c: mark more strings for translationsTeng Long2022-07-181-24/+24
| * pack-bitmap.c: fix formatting of error messagesTeng Long2022-07-181-23/+24
* | Merge branch 'tb/midx-race-in-pack-objects'Junio C Hamano2022-06-031-2/+16
|\ \
| * | pack-bitmap.c: check preferred pack validity when opening MIDX bitmapTaylor Blau2022-05-241-2/+16
* | | Merge branch 'ep/maint-equals-null-cocci'Junio C Hamano2022-05-201-7/+7
|\ \ \ | |_|/ |/| |
| * | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35Junio C Hamano2022-05-021-7/+7
| |\ \ | | |/ | |/|
| | * tree-wide: apply equals-null.cocciJunio C Hamano2022-05-021-7/+7
* | | list-objects: consolidate traverse_commit_list[_filtered]Derrick Stolee2022-03-091-3/+3
* | | pack-bitmap: drop filter in prepare_bitmap_walk()Derrick Stolee2022-03-091-11/+9
* | | pack-bitmap.c: gracefully fallback after opening pack/MIDXTaylor Blau2022-01-271-0/+4
|/ /
* | Merge branch 'jk/test-bitmap-fix'Junio C Hamano2021-12-101-1/+1
|\ \
| * | test_bitmap_hashes(): handle repository without bitmapsJeff King2021-11-051-1/+1
| |/
* | pack-bitmap.c: more aggressively free in free_bitmap_index()Taylor Blau2021-10-281-0/+8
* | pack-bitmap.c: don't leak type-level bitmapsTaylor Blau2021-10-281-0/+6
* | midx.c: write MIDX filenames to strbufTaylor Blau2021-10-281-5/+10
|/
* Merge branch 'tb/repack-write-midx'Junio C Hamano2021-10-181-1/+1
|\
| * builtin/repack.c: make largest pack preferredTaylor Blau2021-09-281-1/+1
* | pack-bitmap.c: propagate namehash values from existing bitmapsTaylor Blau2021-09-141-6/+8
* | t/helper/test-bitmap.c: add 'dump-hashes' modeTaylor Blau2021-09-141-0/+27
|/
* pack-bitmap: drop bitmap_index argument from try_partial_reuse()Jeff King2021-09-091-3/+2
* pack-bitmap: drop repository argument from prepare_midx_bitmap_git()Jeff King2021-09-091-2/+1
* pack-bitmap: read multi-pack bitmapsTaylor Blau2021-09-011-38/+319
* pack-bitmap.c: avoid redundant calls to try_partial_reuseTaylor Blau2021-09-011-11/+29
* pack-bitmap.c: introduce 'bitmap_is_preferred_refname()'Taylor Blau2021-09-011-0/+16
* pack-bitmap.c: introduce 'nth_bitmap_object_oid()'Taylor Blau2021-09-011-3/+10
* pack-bitmap.c: introduce 'bitmap_num_objects()'Taylor Blau2021-09-011-16/+21
* pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmapsTaylor Blau2021-08-241-0/+48
* Merge branch 'jk/check-pack-valid-before-opening-bitmap'Junio C Hamano2021-08-021-0/+5
|\
| * pack-bitmap: check pack validity when opening bitmapJeff King2021-07-231-0/+5
* | Merge branch 'tb/bitmap-type-filter-comment-fix'Junio C Hamano2021-08-021-5/+6
|\ \
| * | pack-bitmap: clarify comment in filter_bitmap_exclude_type()Taylor Blau2021-07-201-5/+6
* | | bitmaps: don't recurse into trees already in the bitmapJeff King2021-06-151-0/+18
| |/ |/|
* | Merge branch 'ps/rev-list-object-type-filter'Junio C Hamano2021-05-071-5/+40
|\ \
| * | rev-list: allow filtering of provided itemsPatrick Steinhardt2021-04-191-2/+4
| * | pack-bitmap: implement combined filterPatrick Steinhardt2021-04-191-0/+10
| * | pack-bitmap: implement object type filterPatrick Steinhardt2021-04-191-3/+26
* | | Merge branch 'jk/prune-with-bitmap-fix'Junio C Hamano2021-05-071-0/+3
|\ \ \
| * | | pack-bitmap: clean up include_check after useJeff King2021-04-291-0/+3
* | | | Merge branch 'tb/pack-preferred-tips-to-give-bitmap'Junio C Hamano2021-04-131-0/+24
|\ \ \ \ | |_|/ / |/| | |
| * | | builtin/pack-objects.c: respect 'pack.preferBitmapTips'Taylor Blau2021-03-311-0/+6
| * | | pack-bitmap: add 'test_bitmap_commits()' helperTaylor Blau2021-03-311-0/+18
| |/ /