| Age | Commit message (Expand) | Author | Files | Lines |
| 31 hours | Merge branch 'jk/asan-bonanza' | Junio C Hamano | 1 | -4/+25 |
| 14 days | pack-bitmap: handle name-hash lookups in incremental bitmaps | Jeff King | 1 | -4/+25 |
| 2025-10-16 | packfile: introduce macro to iterate through packs | Patrick Steinhardt | 1 | -3/+3 |
| 2025-09-24 | packfile: refactor `get_all_packs()` to work on packfile store | Patrick Steinhardt | 1 | -2/+2 |
| 2025-08-11 | midx: compute paths via their source | Patrick Steinhardt | 1 | -6/+4 |
| 2025-08-11 | midx: stop duplicating info redundant with its owning source | Patrick Steinhardt | 1 | -6/+7 |
| 2025-08-11 | midx: drop redundant `struct repository` parameter | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-29 | Merge branch 'ps/object-store-midx' into ps/object-store-midx-dedup-info | Junio C Hamano | 1 | -6/+15 |
| 2025-07-15 | Merge branch 'ly/load-bitmap-leakfix' | Junio C Hamano | 1 | -24/+64 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -5/+5 |
| 2025-07-15 | packfile: refactor `get_multi_pack_index()` to work on sources | Patrick Steinhardt | 1 | -6/+15 |
| 2025-07-09 | Merge branch 'ps/object-store' into ps/object-store-midx | Junio C Hamano | 1 | -5/+5 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -4/+4 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | pack-bitmap: add load corrupt bitmap test | Lidong Yan | 1 | -5/+57 |
| 2025-07-01 | pack-bitmap: reword comments in test_bitmap_commits() | Lidong Yan | 1 | -2/+3 |
| 2025-07-01 | pack-bitmap: fix memory leak if load_bitmap() failed | Taylor Blau | 1 | -17/+4 |
| 2025-06-09 | pack-bitmap: remove checks before bitmap_free | Lidong Yan | 1 | -2/+2 |
| 2025-05-12 | pack-bitmap: fix memory leak if `load_bitmap_entries_v1` failed | Lidong Yan | 1 | -4/+4 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' | Junio C Hamano | 1 | -2/+1 |
| 2025-04-16 | Merge branch 'ps/cat-file-filter-batch' | Junio C Hamano | 1 | -9/+72 |
| 2025-04-15 | Merge branch 'ps/object-wo-the-repository' | Junio C Hamano | 1 | -7/+8 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-15 | object-file: move `git_open_cloexec()` to "compat/open.c" | Patrick Steinhardt | 1 | -1/+0 |
| 2025-04-07 | pack-bitmap: introduce function to check whether a pack is bitmapped | Patrick Steinhardt | 1 | -0/+15 |
| 2025-04-07 | pack-bitmap: add function to iterate over filtered bitmapped objects | Patrick Steinhardt | 1 | -6/+53 |
| 2025-04-07 | pack-bitmap: allow passing payloads to `show_reachable_fn()` | Patrick Steinhardt | 1 | -7/+8 |
| 2025-03-21 | pack-bitmap.c: use `ewah_or_iterator` for type bitmap iterators | Taylor Blau | 1 | -15/+27 |
| 2025-03-21 | pack-bitmap.c: keep track of each layer's type bitmaps | Taylor Blau | 1 | -4/+53 |
| 2025-03-21 | pack-bitmap.c: apply pseudo-merge commits with incremental MIDXs | Taylor Blau | 1 | -3/+8 |
| 2025-03-21 | pack-bitmap.c: compute disk-usage with incremental MIDXs | Taylor Blau | 1 | -2/+2 |
| 2025-03-21 | pack-bitmap.c: teach `rev-list --test-bitmap` about incremental MIDXs | Taylor Blau | 1 | -21/+86 |
| 2025-03-21 | pack-bitmap.c: support bitmap pack-reuse with incremental MIDXs | Taylor Blau | 1 | -3/+8 |
| 2025-03-21 | pack-bitmap.c: teach `show_objects_for_type()` about incremental MIDXs | Taylor Blau | 1 | -1/+1 |
| 2025-03-21 | pack-bitmap.c: teach `bitmap_for_commit()` about incremental MIDXs | Taylor Blau | 1 | -4/+7 |
| 2025-03-21 | pack-bitmap.c: open and store incremental bitmap layers | Taylor Blau | 1 | -14/+48 |
| 2025-03-21 | pack-revindex: prepare for incremental MIDX bitmaps | Taylor Blau | 1 | -12/+31 |
| 2025-03-10 | object: stop depending on `the_repository` | Patrick Steinhardt | 1 | -3/+3 |
| 2025-03-10 | csum-file: stop depending on `the_repository` | Patrick Steinhardt | 1 | -4/+5 |
| 2025-01-21 | Merge branch 'ps/the-repository' | Junio C Hamano | 1 | -1/+3 |
| 2024-12-23 | Merge branch 'tb/bitmap-fix-pack-reuse' | Junio C Hamano | 1 | -23/+18 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+2 |
| 2024-12-18 | progress: stop using `the_repository` | Patrick Steinhardt | 1 | -1/+3 |
| 2024-12-18 | Merge branch 'ps/build-sign-compare' into ps/the-repository | Junio C Hamano | 1 | -0/+2 |
| 2024-12-18 | pack-bitmap.c: ensure pack validity for all reuse packs | Taylor Blau | 1 | -23/+18 |
| 2024-12-13 | Merge branch 'kn/midx-wo-the-repository' | Junio C Hamano | 1 | -38/+58 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-12-04 | midx: pass down `hash_algo` to functions using global variables | Karthik Nayak | 1 | -3/+3 |
| 2024-12-04 | Merge branch 'tb/boundary-traversal-fix' | Junio C Hamano | 1 | -1/+1 |
| 2024-12-04 | midx: add repository to `multi_pack_index` struct | Karthik Nayak | 1 | -35/+55 |
| 2024-12-04 | packfile: pass down repository to `has_object[_kept]_pack` | Karthik Nayak | 1 | -1/+1 |
| 2024-11-22 | pack-bitmap.c: typofix in `find_boundary_objects()` | Taylor Blau | 1 | -1/+1 |
| 2024-10-25 | packfile: use object_id in find_pack_entry_one() | Jeff King | 1 | -2/+2 |
| 2024-09-30 | pseudo-merge: fix various memory leaks | Patrick Steinhardt | 1 | -2/+2 |
| 2024-08-27 | pack-bitmap.c: avoid repeated `pack_pos_to_offset()` during reuse | Taylor Blau | 1 | -4/+7 |
| 2024-08-27 | pack-bitmap: tag bitmapped packs with their corresponding MIDX | Taylor Blau | 1 | -0/+1 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -1/+4 |
| 2024-06-24 | Merge branch 'tb/pseudo-merge-reachability-bitmap' | Junio C Hamano | 1 | -11/+353 |
| 2024-06-14 | pack-bitmap.c: ensure pseudo-merge offset reads are bounded | Taylor Blau | 1 | -0/+5 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-14 | hash: require hash algorithm in `hasheq()`, `hashcmp()` and `hashclr()` | Patrick Steinhardt | 1 | -1/+2 |
| 2024-06-11 | pack-bitmap.c: avoid uninitialized `pack_int_id` during reuse | Taylor Blau | 1 | -0/+13 |
| 2024-05-30 | pack-bitmap.c: reimplement `midx_bitmap_filename()` with helper | Taylor Blau | 1 | -3/+2 |
| 2024-05-24 | pseudo-merge: implement support for finding existing merges | Taylor Blau | 1 | -0/+32 |
| 2024-05-24 | pack-bitmap: extra trace2 information | Taylor Blau | 1 | -1/+25 |
| 2024-05-24 | pack-bitmap.c: use pseudo-merges during traversal | Taylor Blau | 1 | -1/+111 |
| 2024-05-24 | pack-bitmap: implement test helpers for pseudo-merge | Taylor Blau | 1 | -0/+126 |
| 2024-05-24 | pack-bitmap.c: read pseudo-merge extension | Taylor Blau | 1 | -0/+39 |
| 2024-05-24 | pack-bitmap: extract `read_bitmap()` function | Taylor Blau | 1 | -9/+15 |
| 2024-04-23 | Merge branch 'ps/missing-btmp-fix' | Junio C Hamano | 1 | -20/+21 |
| 2024-04-15 | pack-bitmap: gracefully handle missing BTMP chunks | Patrick Steinhardt | 1 | -20/+21 |
| 2024-02-06 | Merge branch 'tb/pack-bitmap-drop-unused-struct-member' | Junio C Hamano | 1 | -7/+0 |
| 2024-01-29 | pack-bitmap: drop unused `reuse_objects` | Taylor Blau | 1 | -7/+0 |
| 2023-12-14 | pack-bitmap: enable reuse from all bitmapped packs | Taylor Blau | 1 | -10/+24 |
| 2023-12-14 | pack-bitmap: prepare to mark objects from multiple packs for reuse | Taylor Blau | 1 | -66/+106 |
| 2023-12-14 | midx: implement `midx_preferred_pack()` | Taylor Blau | 1 | -10/+7 |
| 2023-12-14 | pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()` | Taylor Blau | 1 | -2/+4 |
| 2023-12-14 | pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature | Taylor Blau | 1 | -9/+7 |
| 2023-12-14 | pack-bitmap: pass `bitmapped_pack` struct to pack-reuse functions | Taylor Blau | 1 | -31/+87 |
| 2023-12-14 | pack-bitmap: plug leak in find_objects() | Taylor Blau | 1 | -0/+2 |
| 2023-11-08 | Merge branch 'tb/rev-list-unpacked-fix' | Junio C Hamano | 1 | -0/+27 |
| 2023-11-07 | pack-bitmap: drop --unpacked non-commit objects from results | Taylor Blau | 1 | -0/+27 |
| 2023-08-29 | pack-bitmap: mark unused parameters in show_object callback | Jeff King | 1 | -2/+3 |
| 2023-07-25 | Merge branch 'tb/object-access-overflow-protection' | Junio C Hamano | 1 | -5/+7 |
| 2023-07-14 | pack-bitmap.c: ensure that eindex lookups don't overflow | Taylor Blau | 1 | -5/+7 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -1/+1 |
| 2023-06-23 | Merge branch 'tb/open-midx-bitmap-fallback' | Junio C Hamano | 1 | -3/+5 |
| 2023-06-22 | Merge branch 'tb/pack-bitmap-traversal-with-boundary' | Junio C Hamano | 1 | -39/+202 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-12 | pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack | Taylor Blau | 1 | -3/+5 |
| 2023-05-08 | pack-bitmap.c: use commit boundary during bitmap traversal | Taylor Blau | 1 | -13/+169 |
| 2023-05-08 | pack-bitmap.c: extract `fill_in_bitmap()` | Taylor Blau | 1 | -29/+36 |
| 2023-05-02 | fsck: verify checksums of all .bitmap files | Derrick Stolee | 1 | -0/+45 |
| 2023-04-27 | Merge branch 'ds/fsck-pack-revindex' | Junio C Hamano | 1 | -2/+2 |
| 2023-04-27 | Merge branch 'tb/pack-revindex-on-disk' | Junio C Hamano | 1 | -10/+13 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -1/+3 |
| 2023-04-17 | fsck: validate .rev file header | Derrick Stolee | 1 | -2/+2 |
| 2023-04-13 | pack-revindex: make `load_pack_revindex` take a repository | Taylor Blau | 1 | -10/+13 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object-file.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -1/+2 |
| 2023-04-06 | Merge branch 'ab/config-multi-and-nonbool' | Junio C Hamano | 1 | -1/+5 |
| 2023-03-28 | config API: add "string" version of *_value_multi(), fix segfaults | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | config API: have *_multi() return an "int" and take a "dest" | Ævar Arnfjörð Bjarmason | 1 | -1/+5 |
| 2023-03-21 | csum-file.h: remove unnecessary inclusion of cache.h | Elijah Newren | 1 | -1/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -2/+4 |
| 2023-02-24 | list-objects: mark unused callback parameters | Jeff King | 1 | -2/+4 |
| 2023-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | alloc.h: move ALLOC_GROW() functions from cache.h | Elijah Newren | 1 | -1/+2 |
| 2022-11-29 | pack-bitmap.c: trace bitmap ignore logs when midx-bitmap is found | Jeff King | 1 | -5/+12 |
| 2022-11-29 | pack-bitmap.c: break out of the bitmap loop early if not tracing | Jeff King | 1 | -1/+8 |
| 2022-11-14 | pack-bitmap.c: avoid exposing absolute paths | Teng Long | 1 | -4/+6 |
| 2022-11-14 | pack-bitmap.c: remove unnecessary "open_pack_index()" calls | Teng Long | 1 | -3/+0 |
| 2022-09-26 | Merge branch 'ds/bitmap-lookup-remove-tracing' | Junio C Hamano | 1 | -2/+1 |
| 2022-09-26 | pack-bitmap: remove trace2 region from hot path | Derrick Stolee | 1 | -2/+1 |
| 2022-09-23 | pack-bitmap: improve grammar of "xor chain" error message | Alex Henrie | 1 | -1/+1 |
| 2022-08-26 | pack-bitmap: prepare to read lookup table extension | Abhradeep Chakraborty | 1 | -9/+281 |
| 2022-07-27 | Merge branch 'tl/pack-bitmap-error-messages' | Junio C Hamano | 1 | -45/+58 |
| 2022-07-18 | pack-bitmap.c: continue looping when first MIDX bitmap is found | Teng Long | 1 | -2/+3 |
| 2022-07-18 | pack-bitmap.c: using error() instead of silently returning -1 | Teng Long | 1 | -1/+5 |
| 2022-07-18 | pack-bitmap.c: do not ignore error when opening a bitmap file | Teng Long | 1 | -5/+12 |
| 2022-07-18 | pack-bitmap.c: rename "idx_name" to "bitmap_name" | Teng Long | 1 | -7/+7 |
| 2022-07-18 | pack-bitmap.c: mark more strings for translations | Teng Long | 1 | -24/+24 |
| 2022-07-18 | pack-bitmap.c: fix formatting of error messages | Teng Long | 1 | -23/+24 |
| 2022-06-03 | Merge branch 'tb/midx-race-in-pack-objects' | Junio C Hamano | 1 | -2/+16 |
| 2022-05-24 | pack-bitmap.c: check preferred pack validity when opening MIDX bitmap | Taylor Blau | 1 | -2/+16 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -7/+7 |
| 2022-05-02 | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 1 | -7/+7 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -7/+7 |
| 2022-03-09 | list-objects: consolidate traverse_commit_list[_filtered] | Derrick Stolee | 1 | -3/+3 |
| 2022-03-09 | pack-bitmap: drop filter in prepare_bitmap_walk() | Derrick Stolee | 1 | -11/+9 |
| 2022-01-27 | pack-bitmap.c: gracefully fallback after opening pack/MIDX | Taylor Blau | 1 | -0/+4 |
| 2021-12-10 | Merge branch 'jk/test-bitmap-fix' | Junio C Hamano | 1 | -1/+1 |
| 2021-11-05 | test_bitmap_hashes(): handle repository without bitmaps | Jeff King | 1 | -1/+1 |
| 2021-10-28 | pack-bitmap.c: more aggressively free in free_bitmap_index() | Taylor Blau | 1 | -0/+8 |
| 2021-10-28 | pack-bitmap.c: don't leak type-level bitmaps | Taylor Blau | 1 | -0/+6 |
| 2021-10-28 | midx.c: write MIDX filenames to strbuf | Taylor Blau | 1 | -5/+10 |
| 2021-10-18 | Merge branch 'tb/repack-write-midx' | Junio C Hamano | 1 | -1/+1 |
| 2021-09-28 | builtin/repack.c: make largest pack preferred | Taylor Blau | 1 | -1/+1 |
| 2021-09-14 | pack-bitmap.c: propagate namehash values from existing bitmaps | Taylor Blau | 1 | -6/+8 |
| 2021-09-14 | t/helper/test-bitmap.c: add 'dump-hashes' mode | Taylor Blau | 1 | -0/+27 |
| 2021-09-09 | pack-bitmap: drop bitmap_index argument from try_partial_reuse() | Jeff King | 1 | -3/+2 |
| 2021-09-09 | pack-bitmap: drop repository argument from prepare_midx_bitmap_git() | Jeff King | 1 | -2/+1 |
| 2021-09-01 | pack-bitmap: read multi-pack bitmaps | Taylor Blau | 1 | -38/+319 |
| 2021-09-01 | pack-bitmap.c: avoid redundant calls to try_partial_reuse | Taylor Blau | 1 | -11/+29 |
| 2021-09-01 | pack-bitmap.c: introduce 'bitmap_is_preferred_refname()' | Taylor Blau | 1 | -0/+16 |
| 2021-09-01 | pack-bitmap.c: introduce 'nth_bitmap_object_oid()' | Taylor Blau | 1 | -3/+10 |
| 2021-09-01 | pack-bitmap.c: introduce 'bitmap_num_objects()' | Taylor Blau | 1 | -16/+21 |
| 2021-08-24 | pack-bitmap.c: harden 'test_bitmap_walk()' to check type bitmaps | Taylor Blau | 1 | -0/+48 |
| 2021-08-02 | Merge branch 'jk/check-pack-valid-before-opening-bitmap' | Junio C Hamano | 1 | -0/+5 |
| 2021-08-02 | Merge branch 'tb/bitmap-type-filter-comment-fix' | Junio C Hamano | 1 | -5/+6 |
| 2021-07-23 | pack-bitmap: check pack validity when opening bitmap | Jeff King | 1 | -0/+5 |
| 2021-07-20 | pack-bitmap: clarify comment in filter_bitmap_exclude_type() | Taylor Blau | 1 | -5/+6 |
| 2021-06-15 | bitmaps: don't recurse into trees already in the bitmap | Jeff King | 1 | -0/+18 |
| 2021-05-07 | Merge branch 'ps/rev-list-object-type-filter' | Junio C Hamano | 1 | -5/+40 |
| 2021-05-07 | Merge branch 'jk/prune-with-bitmap-fix' | Junio C Hamano | 1 | -0/+3 |
| 2021-04-29 | pack-bitmap: clean up include_check after use | Jeff King | 1 | -0/+3 |
| 2021-04-19 | rev-list: allow filtering of provided items | Patrick Steinhardt | 1 | -2/+4 |
| 2021-04-19 | pack-bitmap: implement combined filter | Patrick Steinhardt | 1 | -0/+10 |
| 2021-04-19 | pack-bitmap: implement object type filter | Patrick Steinhardt | 1 | -3/+26 |
| 2021-04-13 | Merge branch 'tb/pack-preferred-tips-to-give-bitmap' | Junio C Hamano | 1 | -0/+24 |
| 2021-04-07 | Merge branch 'ps/pack-bitmap-optim' | Junio C Hamano | 1 | -0/+1 |
| 2021-03-31 | builtin/pack-objects.c: respect 'pack.preferBitmapTips' | Taylor Blau | 1 | -0/+6 |
| 2021-03-31 | pack-bitmap: add 'test_bitmap_commits()' helper | Taylor Blau | 1 | -0/+18 |
| 2021-03-22 | pack-bitmap: avoid traversal of objects referenced by uninteresting tag | Patrick Steinhardt | 1 | -0/+1 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -2/+2 |
| 2021-02-11 | rev-list: add --disk-usage option for calculating disk usage | Jeff King | 1 | -0/+81 |
| 2021-01-13 | rebuild_existing_bitmaps(): convert to new revindex API | Taylor Blau | 1 | -3/+2 |
| 2021-01-13 | try_partial_reuse(): convert to new revindex API | Taylor Blau | 1 | -8/+5 |
| 2021-01-13 | get_size_by_pos(): convert to new revindex API | Taylor Blau | 1 | -4/+4 |
| 2021-01-13 | show_objects_for_type(): convert to new revindex API | Taylor Blau | 1 | -6/+7 |
| 2021-01-13 | bitmap_position_packfile(): convert to new revindex API | Taylor Blau | 1 | -1/+4 |
| 2020-12-08 | pack-bitmap: factor out 'add_commit_to_bitmap()' | Taylor Blau | 1 | -15/+21 |
| 2020-12-08 | pack-bitmap: factor out 'bitmap_for_commit()' | Taylor Blau | 1 | -14/+19 |
| 2020-12-08 | pack-bitmap-write: ignore BITMAP_FLAG_REUSE | Jeff King | 1 | -40/+6 |
| 2020-12-08 | pack-bitmap.c: check reads more aggressively when loading | Taylor Blau | 1 | -1/+6 |
| 2020-12-08 | rev-list: die when --test-bitmap detects a mismatch | Jeff King | 1 | -1/+1 |
| 2020-12-08 | pack-bitmap: bounds-check size of cache extension | Jeff King | 1 | -2/+6 |
| 2020-12-08 | pack-bitmap: fix header size check | Jeff King | 1 | -3/+4 |
| 2020-05-04 | pack-bitmap: pass object filter to fill-in traversal | Jeff King | 1 | -5/+9 |
| 2020-05-04 | pack-bitmap.c: support 'tree:0' filtering | Taylor Blau | 1 | -1/+24 |
| 2020-05-04 | pack-bitmap.c: make object filtering functions generic | Taylor Blau | 1 | -11/+24 |
| 2020-03-05 | Merge branch 'jk/nth-packed-object-id' | Junio C Hamano | 1 | -9/+9 |
| 2020-03-02 | Merge branch 'jk/object-filter-with-bitmap' | Junio C Hamano | 1 | -33/+239 |
| 2020-02-24 | pack-bitmap: use object_id when loading on-disk bitmaps | Jeff King | 1 | -6/+6 |
| 2020-02-24 | nth_packed_object_oid(): use customary integer return | Jeff King | 1 | -2/+2 |
| 2020-02-14 | Merge branch 'jk/packfile-reuse-cleanup' | Junio C Hamano | 1 | -63/+129 |
| 2020-02-14 | pack-bitmap: implement BLOB_LIMIT filtering | Jeff King | 1 | -0/+80 |
| 2020-02-14 | pack-bitmap: implement BLOB_NONE filtering | Jeff King | 1 | -0/+74 |
| 2020-02-14 | pack-bitmap: basic noop bitmap filter infrastructure | Jeff King | 1 | -1/+25 |
| 2020-02-14 | rev-list: allow commit-only bitmap traversals | Jeff King | 1 | -5/+15 |
| 2020-02-14 | pack-bitmap: refuse to do a bitmap traversal with pathspecs | Jeff King | 1 | -1/+11 |
| 2020-02-13 | pack-bitmap: fix leak of haves/wants object lists | Jeff King | 1 | -0/+5 |
| 2020-02-13 | pack-bitmap: factor out type iterator initialization | Jeff King | 1 | -30/+33 |
| 2020-01-23 | pack-bitmap: don't rely on bitmap_git->reuse_objects | Jeff King | 1 | -11/+7 |
| 2020-01-23 | pack-objects: improve partial packfile reuse | Jeff King | 1 | -41/+109 |
| 2020-01-23 | pack-bitmap: simplify bitmap_has_oid_in_uninteresting() | Jeff King | 1 | -12/+2 |