| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | Merge branch 'ps/object-source-loose' | Junio C Hamano | 1 | -2/+2 |
| 13 days | Merge branch 'ps/ref-peeled-tags' | Junio C Hamano | 1 | -16/+12 |
| 2025-11-04 | refs: expose peeled object ID via the iterator | Patrick Steinhardt | 1 | -3/+4 |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -16/+11 |
| 2025-11-03 | object-file: rename `has_loose_object()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-10-30 | Merge branch 'ps/remove-packfile-store-get-packs' | Junio C Hamano | 1 | -17/+9 |
| 2025-10-30 | packfile: track packs via the MRU list exclusively | Patrick Steinhardt | 1 | -2/+2 |
| 2025-10-30 | builtin/pack-objects: simplify logic to find kept or nonlocal objects | Patrick Steinhardt | 1 | -14/+14 |
| 2025-10-30 | packfile: move the MRU list into the packfile store | Patrick Steinhardt | 1 | -5/+4 |
| 2025-10-28 | Merge branch 'ps/remove-packfile-store-get-packs' into ps/packed-git-in-objec... | Junio C Hamano | 1 | -17/+9 |
| 2025-10-16 | packfile: rename `packfile_store_get_all_packs()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-10-16 | packfile: introduce macro to iterate through packs | Patrick Steinhardt | 1 | -15/+7 |
| 2025-10-16 | Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get... | Junio C Hamano | 1 | -11/+21 |
| 2025-10-07 | Merge branch 'ps/odb-clean-stale-wrappers' | Junio C Hamano | 1 | -3/+3 |
| 2025-10-07 | Merge branch 'ps/packfile-store' | Junio C Hamano | 1 | -11/+21 |
| 2025-09-29 | Merge branch 'jk/setup-revisions-freefix' | Junio C Hamano | 1 | -3/+3 |
| 2025-09-24 | packfile: refactor `get_packed_git_mru()` to work on packfile store | Patrick Steinhardt | 1 | -2/+2 |
| 2025-09-24 | packfile: refactor `get_all_packs()` to work on packfile store | Patrick Steinhardt | 1 | -9/+19 |
| 2025-09-22 | treewide: pass strvecs around for setup_revisions_from_strvec() | Jeff King | 1 | -3/+3 |
| 2025-09-12 | Merge branch 'ps/object-store-midx-dedup-info' | Junio C Hamano | 1 | -1/+1 |
| 2025-09-11 | odb: drop deprecated wrapper functions | Patrick Steinhardt | 1 | -3/+3 |
| 2025-09-02 | Merge branch 'ps/object-store-midx-dedup-info' into ps/packfile-store | Junio C Hamano | 1 | -1/+1 |
| 2025-08-11 | midx: drop redundant `struct repository` parameter | Patrick Steinhardt | 1 | -1/+1 |
| 2025-08-05 | Merge branch 'ps/object-file-wo-the-repository' | Junio C Hamano | 1 | -7/+24 |
| 2025-08-04 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-16 | object-file: get rid of `the_repository` in `force_object_loose()` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-16 | object-file: get rid of `the_repository` in loose object iterators | Patrick Steinhardt | 1 | -3/+2 |
| 2025-07-16 | object-file: get rid of `the_repository` in `finalize_object_file()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-16 | object-file: get rid of `the_repository` in `has_loose_object()` | Patrick Steinhardt | 1 | -4/+20 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -34/+36 |
| 2025-07-15 | packfile: refactor `get_multi_pack_index()` to work on sources | Patrick Steinhardt | 1 | -3/+7 |
| 2025-07-15 | Merge branch 'tb/midx-avoid-cruft-packs' into ps/object-store-midx | Junio C Hamano | 1 | -67/+122 |
| 2025-07-09 | Merge branch 'ps/object-store' into ps/object-file-wo-the-repository | Junio C Hamano | 1 | -34/+36 |
| 2025-07-09 | Merge branch 'ps/object-store' into ps/object-store-midx | Junio C Hamano | 1 | -34/+36 |
| 2025-07-01 | odb: rename `read_object_with_reference()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | odb: rename `has_object()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | odb: rename `repo_read_object_file()` | Patrick Steinhardt | 1 | -15/+15 |
| 2025-07-01 | odb: rename `oid_object_info()` | Patrick Steinhardt | 1 | -14/+16 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-23 | pack-objects: introduce '--stdin-packs=follow' | Taylor Blau | 1 | -22/+64 |
| 2025-06-23 | pack-objects: swap 'show_{object,commit}_pack_hint' | Taylor Blau | 1 | -6/+6 |
| 2025-06-23 | pack-objects: fix typo in 'show_object_pack_hint()' | Taylor Blau | 1 | -1/+1 |
| 2025-06-23 | pack-objects: perform name-hash traversal for unpacked objects | Taylor Blau | 1 | -8/+12 |
| 2025-06-23 | pack-objects: declare 'rev_info' for '--stdin-packs' earlier | Taylor Blau | 1 | -33/+34 |
| 2025-06-23 | pack-objects: factor out handling '--stdin-packs' | Taylor Blau | 1 | -6/+12 |
| 2025-06-23 | pack-objects: limit scope in 'add_object_entry_from_pack()' | Taylor Blau | 1 | -1/+1 |
| 2025-06-23 | pack-objects: use standard option incompatibility functions | Taylor Blau | 1 | -9/+11 |
| 2025-06-17 | Merge branch 'ds/path-walk-2' | Junio C Hamano | 1 | -35/+390 |
| 2025-05-16 | pack-objects: allow --shallow and --path-walk | Derrick Stolee | 1 | -3/+2 |
| 2025-05-16 | pack-objects: thread the path-based compression | Derrick Stolee | 1 | -2/+164 |
| 2025-05-16 | pack-objects: refactor path-walk delta phase | Derrick Stolee | 1 | -26/+57 |
| 2025-05-16 | pack-objects: enable --path-walk via config | Derrick Stolee | 1 | -1/+10 |
| 2025-05-16 | pack-objects: introduce GIT_TEST_PACK_PATH_WALK | Derrick Stolee | 1 | -2/+10 |
| 2025-05-16 | pack-objects: update usage to match docs | Derrick Stolee | 1 | -2/+8 |
| 2025-05-16 | pack-objects: add --path-walk option | Derrick Stolee | 1 | -8/+140 |
| 2025-05-16 | pack-objects: extract should_attempt_deltas() | Derrick Stolee | 1 | -24/+32 |
| 2025-04-29 | Merge branch 'az/tighten-string-array-constness' | Junio C Hamano | 1 | -1/+1 |
| 2025-04-24 | Merge branch 'ps/parse-options-integers' | Junio C Hamano | 1 | -4/+4 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2025-04-21 | global: mark usage strings and string tables const | Ahelenia Ziemiańska | 1 | -1/+1 |
| 2025-04-17 | parse-options: rename `OPT_MAGNITUDE()` to `OPT_UNSIGNED()` | Patrick Steinhardt | 1 | -4/+4 |
| 2025-04-16 | Merge branch 'ps/cat-file-filter-batch' | Junio C Hamano | 1 | -1/+2 |
| 2025-04-15 | Merge branch 'ps/object-wo-the-repository' | Junio C Hamano | 1 | -7/+10 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-08 | Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup | Junio C Hamano | 1 | -7/+10 |
| 2025-04-08 | Merge branch 'tb/incremental-midx-part-2' | Junio C Hamano | 1 | -1/+2 |
| 2025-04-07 | pack-bitmap: allow passing payloads to `show_reachable_fn()` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-03-21 | midx: implement writing incremental MIDX bitmaps | Taylor Blau | 1 | -1/+2 |
| 2025-03-13 | builtin/pack-objects.c: freshen objects from existing cruft packs | Taylor Blau | 1 | -17/+101 |
| 2025-03-10 | delta-islands: stop depending on `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-03-10 | environment: move access to "core.bigFileThreshold" into repo settings | Patrick Steinhardt | 1 | -2/+4 |
| 2025-03-10 | pack-write: stop depending on `the_repository` and `the_hash_algo` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-03-10 | object: stop depending on `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-03-10 | csum-file: stop depending on `the_repository` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-02-12 | Merge branch 'ds/name-hash-tweaks' | Junio C Hamano | 1 | -5/+58 |
| 2025-02-03 | Merge branch 'kn/pack-write-with-reduced-globals' | Junio C Hamano | 1 | -5/+7 |
| 2025-01-27 | pack-objects: prevent name hash version change | Derrick Stolee | 1 | -0/+8 |
| 2025-01-27 | pack-objects: add GIT_TEST_NAME_HASH_VERSION | Derrick Stolee | 1 | -1/+4 |
| 2025-01-27 | pack-objects: add --name-hash-version option | Derrick Stolee | 1 | -5/+47 |
| 2025-01-21 | pack-write: pass hash_algo to `write_idx_file()` | Karthik Nayak | 1 | -3/+4 |
| 2025-01-21 | pack-write: pass hash_algo to `fixup_pack_header_footer()` | Karthik Nayak | 1 | -2/+3 |
| 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 | -7/+14 |
| 2024-12-18 | Merge branch 'ps/build-sign-compare' into ps/the-repository | Junio C Hamano | 1 | -0/+2 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-12-04 | Merge branch 'kn/pass-repo-to-builtin-sub-sub-commands' into kn/midx-wo-the-r... | Junio C Hamano | 1 | -55/+40 |
| 2024-12-04 | Merge branch 'kn/the-repository' into kn/midx-wo-the-repository | Junio C Hamano | 1 | -4/+7 |
| 2024-12-04 | packfile: pass down repository to `for_each_packed_object` | Karthik Nayak | 1 | -2/+5 |
| 2024-12-04 | packfile: pass down repository to `has_object[_kept]_pack` | Karthik Nayak | 1 | -2/+2 |
| 2024-11-22 | Merge branch 'tb/multi-pack-reuse-dupfix' | Junio C Hamano | 1 | -55/+40 |
| 2024-11-15 | pack-objects: only perform verbatim reuse on the preferred pack | Taylor Blau | 1 | -55/+40 |
| 2024-11-12 | index-pack: repack local links into promisor packs | Jonathan Tan | 1 | -0/+28 |
| 2024-10-25 | packfile: use object_id in find_pack_entry_one() | Jeff King | 1 | -2/+2 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -2/+5 |
| 2024-09-23 | Merge branch 'ps/environ-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-09-20 | Merge branch 'ps/leakfixes-part-6' | Junio C Hamano | 1 | -0/+1 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-12 | environment: make `get_object_directory()` accept a repository | Patrick Steinhardt | 1 | -1/+1 |
| 2024-09-05 | builtin/pack-objects: plug leaking list of keep-packs | Patrick Steinhardt | 1 | -0/+1 |
| 2024-08-27 | builtin/pack-objects.c: do not open-code `MAX_PACK_OBJECT_HEADER` | Taylor Blau | 1 | -1/+1 |
| 2024-08-27 | builtin/pack-objects.c: translate bit positions during pack-reuse | Taylor Blau | 1 | -8/+36 |
| 2024-08-26 | Merge branch 'tb/pseudo-merge-bitmap-fixes' | Junio C Hamano | 1 | -4/+4 |
| 2024-08-15 | pack-bitmap: drop redundant args from `bitmap_writer_finish()` | Taylor Blau | 1 | -1/+1 |
| 2024-08-15 | pack-bitmap: drop redundant args from `bitmap_writer_build()` | Taylor Blau | 1 | -1/+1 |
| 2024-08-15 | pack-bitmap: drop redundant args from `bitmap_writer_build_type_index()` | Taylor Blau | 1 | -1/+1 |
| 2024-08-15 | pack-bitmap: initialize `bitmap_writer_init()` with packing_data | Taylor Blau | 1 | -1/+1 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -2/+3 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -1/+2 |
| 2024-06-24 | Merge branch 'tb/pseudo-merge-reachability-bitmap' | Junio C Hamano | 1 | -1/+2 |
| 2024-06-14 | hash: require hash algorithm in `oidread()` and `oidclr()` | Patrick Steinhardt | 1 | -1/+2 |
| 2024-05-30 | Merge branch 'ps/refs-without-the-repository-updates' | Junio C Hamano | 1 | -3/+3 |
| 2024-05-28 | Merge branch 'tb/pack-bitmap-write-cleanups' | Junio C Hamano | 1 | -6/+13 |
| 2024-05-24 | pack-bitmap: move some initialization to `bitmap_writer_init()` | Taylor Blau | 1 | -1/+2 |
| 2024-05-17 | refs: pass repo when peeling objects | Patrick Steinhardt | 1 | -3/+3 |
| 2024-05-15 | pack-bitmap: introduce `bitmap_writer_free()` | Taylor Blau | 1 | -1/+2 |
| 2024-05-15 | pack-bitmap: drop unused `max_bitmaps` parameter | Taylor Blau | 1 | -2/+1 |
| 2024-05-15 | pack-bitmap: avoid use of static `bitmap_writer` | Taylor Blau | 1 | -6/+13 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -3/+7 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -2/+4 |
| 2024-02-05 | pack-objects: enable multi-pack reuse via `feature.experimental` | Taylor Blau | 1 | -0/+2 |
| 2024-01-12 | Merge branch 'tb/multi-pack-verbatim-reuse' | Junio C Hamano | 1 | -35/+134 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -3/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -3/+0 |
| 2023-12-14 | pack-bitmap: enable reuse from all bitmapped packs | Taylor Blau | 1 | -1/+5 |
| 2023-12-14 | pack-objects: allow setting `pack.allowPackReuse` to "single" | Taylor Blau | 1 | -3/+16 |
| 2023-12-14 | pack-objects: add tracing for various packfile metrics | Taylor Blau | 1 | -0/+7 |
| 2023-12-14 | pack-objects: include number of packs reused in output | Taylor Blau | 1 | -2/+6 |
| 2023-12-14 | pack-objects: prepare `write_reused_pack_verbatim()` for multi-pack reuse | Taylor Blau | 1 | -13/+60 |
| 2023-12-14 | pack-objects: prepare `write_reused_pack()` for multi-pack reuse | Taylor Blau | 1 | -2/+8 |
| 2023-12-14 | pack-objects: pass `bitmapped_pack`'s to pack-reuse functions | Taylor Blau | 1 | -16/+17 |
| 2023-12-14 | pack-objects: keep track of `pack_start` for each reuse pack | Taylor Blau | 1 | -3/+8 |
| 2023-12-14 | pack-objects: parameterize pack-reuse routines over a single pack | Taylor Blau | 1 | -6/+10 |
| 2023-12-14 | pack-bitmap: return multiple packs via `reuse_partial_packfile_from_bitmap()` | Taylor Blau | 1 | -2/+7 |
| 2023-12-14 | pack-bitmap: simplify `reuse_partial_packfile_from_bitmap()` signature | Taylor Blau | 1 | -7/+9 |
| 2023-12-14 | pack-objects: free packing_data in more places | Taylor Blau | 1 | -0/+1 |
| 2023-12-09 | config: handle NULL value when parsing non-bools | Jeff King | 1 | -1/+5 |
| 2023-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -2/+4 |
| 2023-10-02 | pack-objects: allow `--filter` without `--stdout` | Christian Couder | 1 | -6/+2 |
| 2023-09-13 | Merge branch 'jk/unused-post-2.42-part2' | Junio C Hamano | 1 | -12/+15 |
| 2023-09-05 | parse-options: mark unused "opt" parameter in callbacks | Jeff King | 1 | -3/+3 |
| 2023-09-05 | parse-options: prefer opt->value to globals in callbacks | Jeff King | 1 | -9/+12 |
| 2023-08-29 | builtin/pack-objects.c: support `--max-pack-size` with `--cruft` | Taylor Blau | 1 | -3/+1 |
| 2023-08-29 | builtin/pack-objects.c: remove unnecessary strbuf_reset() | Taylor Blau | 1 | -1/+0 |
| 2023-07-28 | Merge branch 'rs/pack-objects-parseopt-fix' | Junio C Hamano | 1 | -4/+17 |
| 2023-07-21 | pack-objects: fix --no-quiet | René Scharfe | 1 | -2/+15 |
| 2023-07-21 | pack-objects: fix --no-keep-true-parents | René Scharfe | 1 | -2/+2 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -2/+0 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -9/+10 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.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-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -7/+7 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-06-22 | Merge branch 'ds/disable-replace-refs' | Junio C Hamano | 1 | -1/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-12 | repository: create disable_replace_refs() | Derrick Stolee | 1 | -1/+1 |
| 2023-05-06 | attr: teach "--attr-source=<tree>" global option to "git" | John Cai | 1 | -1/+1 |
| 2023-04-27 | Merge branch 'tb/pack-revindex-on-disk' | Junio C Hamano | 1 | -2/+3 |
| 2023-04-25 | Merge branch 'ps/fix-geom-repack-with-alternates' | Junio C Hamano | 1 | -5/+5 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -0/+1 |
| 2023-04-14 | pack-objects: fix error when same packfile is included and excluded | Patrick Steinhardt | 1 | -5/+3 |
| 2023-04-14 | pack-objects: fix error when packing same pack twice | Patrick Steinhardt | 1 | -0/+2 |
| 2023-04-13 | t: invert `GIT_TEST_WRITE_REV_INDEX` | Taylor Blau | 1 | -2/+2 |
| 2023-04-13 | config: enable `pack.writeReverseIndex` by default | Taylor Blau | 1 | -0/+1 |
| 2023-04-11 | object-file.h: move declarations for object-file.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+3 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -8/+16 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -8/+16 |
| 2023-03-30 | Merge branch 'sg/parse-options-h-users' | Junio C Hamano | 1 | -0/+1 |
| 2023-03-28 | cocci: apply the "promisor-remote.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -7/+15 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-20 | treewide: include parse-options.h in source files | SZEDER Gábor | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -12/+14 |
| 2023-02-24 | for_each_object: mark unused callback parameters | Jeff King | 1 | -7/+8 |
| 2023-02-24 | list-objects: mark unused callback parameters | Jeff King | 1 | -5/+6 |
| 2023-02-23 | replace-object.h: move read_replace_refs declaration from cache.h to here | Elijah Newren | 1 | -0/+1 |
| 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/+1 |
| 2023-02-15 | Merge branch 'rs/size-t-fixes' | Junio C Hamano | 1 | -8/+5 |
| 2023-02-09 | Merge branch 'ew/free-island-marks' | Junio C Hamano | 1 | -1/+3 |
| 2023-02-06 | pack-objects: use strcspn(3) in name_cmp_len() | René Scharfe | 1 | -8/+5 |
| 2023-02-03 | delta-islands: free island_marks and bitmaps | Eric Wong | 1 | -1/+3 |
| 2023-01-14 | attr: add flag `--source` to work with tree-ish | Karthik Nayak | 1 | -1/+1 |
| 2022-11-30 | pack-objects: simplify --filter handling | René Scharfe | 1 | -22/+6 |
| 2022-11-30 | pack-objects: fix handling of multiple --filter options | René Scharfe | 1 | -1/+2 |
| 2022-10-28 | Merge branch 'ab/doc-synopsis-and-cmd-usage' | Junio C Hamano | 1 | -2/+2 |
| 2022-10-13 | doc txt & -h consistency: use "<options>", not "<options>..." | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-09-14 | Merge branch 'ab/unused-annotation' | Junio C Hamano | 1 | -6/+6 |
| 2022-09-14 | Merge branch 'jk/unused-annotation' | Junio C Hamano | 1 | -5/+7 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
| 2022-08-26 | pack-bitmap-write: learn pack.writeBitmapLookupTable and add tests | Abhradeep Chakraborty | 1 | -0/+8 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -5/+7 |
| 2022-06-17 | i18n: fix mismatched camelCase config variables | Jiang Xin | 1 | -1/+1 |
| 2022-06-07 | Merge branch 'ab/plug-leak-in-revisions' | Junio C Hamano | 1 | -0/+2 |
| 2022-06-03 | Merge branch 'tb/cruft-packs' | Junio C Hamano | 1 | -13/+291 |