| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-19 | odb: adopt logic to close object databases | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_set_multivar()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get_multivar_gently()` wrapper | Patrick Steinhardt | 1 | -4/+4 |
| 2025-07-23 | config: drop `git_config_set()` wrapper | Patrick Steinhardt | 1 | -4/+4 |
| 2025-07-23 | config: drop `git_config_set_gently()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_get_bool()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | odb: rename `has_object()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | odb: get rid of `the_repository` when handling alternates | Patrick Steinhardt | 1 | -4/+6 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-05-12 | Merge branch 'ps/object-store-cleanup' | Junio C Hamano | 1 | -3/+1 |
| 2025-04-29 | treewide: convert users of `repo_has_object_file()` to `has_object()` | Patrick Steinhardt | 1 | -3/+1 |
| 2025-04-24 | Merge branch 'ps/parse-options-integers' | Junio C Hamano | 1 | -3/+10 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' | Junio C Hamano | 1 | -3/+3 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup | Junio C Hamano | 1 | -3/+3 |
| 2025-04-17 | global: use designated initializers for options | Patrick Steinhardt | 1 | -3/+10 |
| 2025-04-15 | Merge branch 'jt/clone-guess-remote-head-fix' | Junio C Hamano | 1 | -2/+5 |
| 2025-04-15 | Merge branch 'ps/object-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 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 `safe_create_leading_directories()` into "path.c" | Patrick Steinhardt | 1 | -2/+2 |
| 2025-04-08 | Merge branch 'ps/object-wo-the-repository' into ps/object-file-cleanup | Junio C Hamano | 1 | -1/+1 |
| 2025-03-29 | Merge branch 'ps/refname-avail-check-optim' | Junio C Hamano | 1 | -0/+2 |
| 2025-03-25 | builtin/clone: suppress unexpected default branch advice | Justin Tobler | 1 | -2/+5 |
| 2025-03-12 | refs/iterator: separate lifecycle from iteration | Patrick Steinhardt | 1 | -0/+2 |
| 2025-03-10 | hash: stop depending on `the_repository` in `null_oid()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-03-05 | Merge branch 'ps/path-sans-the-repository' | Junio C Hamano | 1 | -2/+2 |
| 2025-02-28 | path: adjust last remaining users of `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-02-07 | path: drop `git_pathdup()` in favor of `repo_git_path()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-02-06 | builtin/clone: teach git-clone(1) the --revision= option | Toon Claes | 1 | -11/+46 |
| 2025-02-06 | clone: introduce struct clone_opts in builtin/clone.c | Toon Claes | 1 | -15/+29 |
| 2025-02-06 | clone: add tags refspec earlier to fetch refspec | Toon Claes | 1 | -16/+11 |
| 2025-02-06 | clone: refactor wanted_peer_refs() | Toon Claes | 1 | -24/+15 |
| 2025-02-06 | clone: make it possible to specify --tags | Toon Claes | 1 | -7/+7 |
| 2025-02-06 | clone: cut down on global variables in clone.c | Toon Claes | 1 | -94/+101 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+3 |
| 2024-12-04 | Merge branch 'ps/ref-backend-migration-optim' | Junio C Hamano | 1 | -2/+2 |
| 2024-12-04 | Merge branch 'ps/leakfixes-part-10' | Junio C Hamano | 1 | -1/+0 |
| 2024-11-21 | global: drop `UNLEAK()` annotation | Patrick Steinhardt | 1 | -1/+0 |
| 2024-11-21 | refs: introduce "initial" transaction flag | Patrick Steinhardt | 1 | -2/+2 |
| 2024-11-21 | refs: allow passing flags when setting up a transaction | Patrick Steinhardt | 1 | -1/+1 |
| 2024-11-04 | doc: correct misleading descriptions for --shallow-exclude | Elijah Newren | 1 | -2/+2 |
| 2024-09-30 | builtin/clone: fix leaking repo state when cloning with bundle URIs | Patrick Steinhardt | 1 | -0/+27 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+2 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-08-23 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-08-13 | hooks: remove implicit dependency on `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-08 | builtin/clone: propagate ref storage format to submodules | Patrick Steinhardt | 1 | -2/+8 |
| 2024-07-08 | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 1 | -1/+2 |
| 2024-07-02 | Merge branch 'jk/remote-wo-url' | Junio C Hamano | 1 | -2/+2 |
| 2024-06-20 | Merge branch 'kn/update-ref-symref' | Junio C Hamano | 1 | -1/+1 |
| 2024-06-17 | Merge branch 'ps/no-writable-strings' | Junio C Hamano | 1 | -5/+9 |
| 2024-06-17 | Merge branch 'ps/ref-storage-migration' | Junio C Hamano | 1 | -1/+1 |
| 2024-06-14 | remote: use strvecs to store remote url/pushurl | Jeff King | 1 | -2/+2 |
| 2024-06-11 | builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()` | Patrick Steinhardt | 1 | -1/+2 |
| 2024-06-07 | refspec: remove global tag refspec structure | Patrick Steinhardt | 1 | -2/+6 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -3/+3 |
| 2024-06-07 | update-ref: add support for 'symref-create' command | Karthik Nayak | 1 | -1/+1 |
| 2024-06-06 | refs: convert ref storage format to an enum | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-30 | Merge branch 'jc/fix-2.45.1-and-friends-for-maint' | Junio C Hamano | 1 | -11/+2 |
| 2024-05-30 | Merge branch 'ps/refs-without-the-repository-updates' | Junio C Hamano | 1 | -1/+4 |
| 2024-05-24 | Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maint | Junio C Hamano | 1 | -11/+2 |
| 2024-05-24 | Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44 | Junio C Hamano | 1 | -11/+2 |
| 2024-05-24 | Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43 | Junio C Hamano | 1 | -11/+2 |
| 2024-05-24 | Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42 | Junio C Hamano | 1 | -11/+2 |
| 2024-05-24 | Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41 | Junio C Hamano | 1 | -11/+2 |
| 2024-05-24 | Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40 | Junio C Hamano | 1 | -11/+2 |
| 2024-05-23 | Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig... | Junio C Hamano | 1 | -1/+4 |
| 2024-05-21 | clone: drop the protections where hooks aren't run | Johannes Schindelin | 1 | -11/+1 |
| 2024-05-20 | Merge branch 'kn/ref-transaction-symref' | Junio C Hamano | 1 | -3/+3 |
| 2024-05-17 | refs: drop `git_default_branch_name()` | Patrick Steinhardt | 1 | -1/+4 |
| 2024-05-16 | Merge branch 'ps/refs-without-the-repository' | Junio C Hamano | 1 | -15/+21 |
| 2024-05-16 | Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi... | Junio C Hamano | 1 | -15/+21 |
| 2024-05-13 | Sync with Git 2.45.1 | Junio C Hamano | 1 | -6/+45 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -15/+21 |
| 2024-04-29 | Sync with 2.44.1 | Johannes Schindelin | 1 | -6/+45 |
| 2024-04-19 | Sync with 2.43.4 | Johannes Schindelin | 1 | -6/+45 |
| 2024-04-19 | Sync with 2.42.2 | Johannes Schindelin | 1 | -6/+45 |
| 2024-04-19 | Sync with 2.41.1 | Johannes Schindelin | 1 | -6/+45 |
| 2024-04-19 | Sync with 2.40.2 | Johannes Schindelin | 1 | -6/+45 |
| 2024-04-19 | Sync with 2.39.4 | Johannes Schindelin | 1 | -6/+45 |
| 2024-04-19 | Merge branch 'ownership-checks-in-local-clones' | Johannes Schindelin | 1 | -5/+34 |
| 2024-04-19 | clone: prevent hooks from running during a clone | Johannes Schindelin | 1 | -1/+11 |
| 2024-04-18 | builtin/clone: stop using `the_index` | Patrick Steinhardt | 1 | -4/+3 |
| 2024-04-17 | builtin/clone: refuse local clones of unsafe repositories | Patrick Steinhardt | 1 | -0/+14 |
| 2024-04-17 | builtin/clone: abort when hardlinked source and target file differ | Patrick Steinhardt | 1 | -1/+20 |
| 2024-04-17 | builtin/clone: stop resolving symlinks when copying files | Patrick Steinhardt | 1 | -5/+1 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -1/+1 |
| 2024-03-15 | Merge branch 'as/option-names-in-messages' | Junio C Hamano | 1 | -1/+1 |
| 2024-03-07 | Merge branch 'ps/remote-helper-repo-initialization-fix' | Junio C Hamano | 1 | -0/+46 |
| 2024-03-07 | Merge branch 'js/merge-tree-3-trees' | Junio C Hamano | 1 | -1/+2 |
| 2024-03-05 | builtin/clone.c: trivial fix of message | Alexander Shopov | 1 | -1/+1 |
| 2024-02-27 | builtin/clone: allow remote helpers to detect repo | Patrick Steinhardt | 1 | -0/+46 |
| 2024-02-23 | Always check `parse_tree*()`'s return value | Johannes Schindelin | 1 | -1/+2 |
| 2024-02-08 | Merge branch 'en/header-cleanup' into maint-2.43 | Junio C Hamano | 1 | -1/+0 |
| 2024-02-08 | Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43 | Junio C Hamano | 1 | -1/+3 |
| 2024-01-16 | Merge branch 'ps/refstorage-extension' | Junio C Hamano | 1 | -3/+14 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2024-01-02 | builtin/clone: introduce `--ref-format=` value flag | Patrick Steinhardt | 1 | -1/+11 |
| 2024-01-02 | setup: introduce "extensions.refStorage" extension | Patrick Steinhardt | 1 | -1/+1 |
| 2024-01-02 | setup: start tracking ref storage format | Patrick Steinhardt | 1 | -2/+3 |
| 2023-12-27 | Merge branch 'ps/clone-into-reftable-repository' | Junio C Hamano | 1 | -30/+35 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-20 | Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extension | Junio C Hamano | 1 | -30/+35 |
| 2023-12-20 | Merge branch 'jk/implicit-true' | Junio C Hamano | 1 | -0/+2 |
| 2023-12-12 | builtin/clone: create the refdb with the correct object format | Patrick Steinhardt | 1 | -1/+8 |
| 2023-12-12 | builtin/clone: skip reading HEAD when retrieving remote | Patrick Steinhardt | 1 | -1/+1 |
| 2023-12-12 | builtin/clone: set up sparse checkout later | Patrick Steinhardt | 1 | -3/+3 |
| 2023-12-12 | builtin/clone: fix bundle URIs with mismatching object formats | Patrick Steinhardt | 1 | -25/+23 |
| 2023-12-09 | config: handle NULL value when parsing non-bools | Jeff King | 1 | -0/+2 |
| 2023-11-27 | i18n: factorize even more 'incompatible options' messages | René Scharfe | 1 | -1/+3 |
| 2023-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -1/+1 |
| 2023-07-27 | Merge branch 'jc/transport-parseopt-fix' | Junio C Hamano | 1 | -4/+1 |
| 2023-07-18 | parse-options: introduce OPT_IPVERSION() | Junio C Hamano | 1 | -4/+1 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -4/+7 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -4/+7 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | init-db, clone: change unnecessary global into passed parameter | Elijah Newren | 1 | -1/+2 |
| 2023-05-09 | Merge branch 'en/header-split-cache-h-part-2' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -0/+3 |
| 2023-04-24 | pkt-line.h: move declarations for pkt-line.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | copy.h: move declarations for copy.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-20 | Merge branch 'gc/better-error-when-local-clone-fails-with-symlink' | Junio C Hamano | 1 | -1/+11 |
| 2023-04-11 | Merge branch 'jc/clone-object-format-from-void' | Junio C Hamano | 1 | -5/+6 |
| 2023-04-11 | treewide: remove double forward declaration of read_in_full | Elijah Newren | 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-11 | treewide: be explicit about dependence on advice.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | clone: error specifically with --local and symlinked objects | Glen Choo | 1 | -1/+11 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+4 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -3/+3 |
| 2023-04-05 | clone: propagate object-format when cloning from void | Junio C Hamano | 1 | -5/+6 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -3/+3 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2023-03-21 | setup.h: move declarations for setup.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | abspath.h: move absolute path 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-02-23 | cache.h: remove dependence on hex.h; make other files include it explicitly | Elijah Newren | 1 | -0/+1 |
| 2023-02-22 | Merge branch 'ab/various-leak-fixes' | Junio C Hamano | 1 | -2/+3 |
| 2023-02-15 | Merge branch 'ds/bundle-uri-5' | Junio C Hamano | 1 | -1/+5 |
| 2023-02-13 | Sync with Git 2.39.2 | Junio C Hamano | 1 | -4/+4 |
| 2023-02-06 | clone: use free() instead of UNLEAK() | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2023-02-06 | Sync with 2.38.4 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.37.6 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.36.5 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.35.7 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.34.7 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.33.7 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.32.6 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.31.7 | Johannes Schindelin | 1 | -4/+4 |
| 2023-02-06 | Sync with 2.30.8 | Johannes Schindelin | 1 | -4/+4 |
| 2023-01-31 | clone: set fetch.bundleURI if appropriate | Derrick Stolee | 1 | -1/+5 |
| 2023-01-24 | clone: delay picking a transport until after get_repo_path() | Taylor Blau | 1 | -4/+4 |
| 2023-01-02 | Merge branch 'ds/bundle-uri-4' | Junio C Hamano | 1 | -0/+21 |
| 2022-12-25 | clone: unbundle the advertised bundles | Derrick Stolee | 1 | -5/+20 |
| 2022-12-25 | clone: request the 'bundle-uri' command when available | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
| 2022-11-21 | cocci: apply "pending" index-compatibility to some "builtin/*.c" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-10-30 | replace and remove run_command_v_opt() | René Scharfe | 1 | -2/+6 |
| 2022-10-30 | use child_process members "args" and "env" directly | René Scharfe | 1 | -16/+17 |
| 2022-10-25 | Merge branch 'jk/clone-allow-bare-and-o-together' into maint-2.38 | Junio C Hamano | 1 | -3/+0 |
| 2022-10-17 | Sync with v2.38.1 | Junio C Hamano | 1 | -3/+5 |
| 2022-10-10 | Merge branch 'jk/clone-allow-bare-and-o-together' | Junio C Hamano | 1 | -3/+0 |
| 2022-10-06 | Sync with 2.37.4 | Taylor Blau | 1 | -3/+5 |
| 2022-10-06 | Sync with 2.36.3 | Taylor Blau | 1 | -3/+5 |
| 2022-10-06 | Sync with 2.35.5 | Taylor Blau | 1 | -3/+5 |
| 2022-10-06 | Sync with 2.34.5 | Taylor Blau | 1 | -3/+5 |
| 2022-10-06 | Sync with 2.33.5 | Taylor Blau | 1 | -3/+5 |
| 2022-10-06 | Sync with 2.32.4 | Taylor Blau | 1 | -3/+5 |
| 2022-10-06 | Sync with 2.31.5 | Taylor Blau | 1 | -3/+5 |
| 2022-10-06 | Sync with 2.30.6 | Taylor Blau | 1 | -3/+5 |
| 2022-10-01 | builtin/clone.c: disallow `--local` clones with symlinks | Taylor Blau | 1 | -3/+5 |
| 2022-09-22 | clone: allow "--bare" with "-o" | Jeff King | 1 | -3/+0 |
| 2022-09-19 | Merge branch 'jk/list-objects-filter-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2022-09-12 | list-objects-filter: add and use initializers | Jeff King | 1 | -1/+1 |
| 2022-08-24 | clone: warn on failure to repo_init() | Derrick Stolee | 1 | -2/+3 |
| 2022-08-10 | clone: --bundle-uri cannot be combined with --depth | Derrick Stolee | 1 | -0/+3 |
| 2022-08-10 | clone: add --bundle-uri option | Derrick Stolee | 1 | -0/+15 |
| 2022-08-05 | Merge branch 'jk/clone-unborn-confusion' into maint | Junio C Hamano | 1 | -36/+45 |
| 2022-07-19 | Merge branch 'jk/clone-unborn-confusion' | Junio C Hamano | 1 | -36/+45 |
| 2022-07-11 | clone: move unborn head creation to update_head() | Jeff King | 1 | -12/+15 |
| 2022-07-07 | clone: use remote branch if it matches default HEAD | Jeff King | 1 | -3/+14 |
| 2022-07-07 | clone: propagate empty remote HEAD even with other branches | Jeff King | 1 | -22/+17 |
| 2022-07-07 | clone: drop extra newline from warning message | Jeff King | 1 | -1/+1 |
| 2022-07-01 | clone: fix memory leak in wanted_peer_refs() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -2/+2 |
| 2022-05-02 | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 1 | -2/+2 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -2/+2 |
| 2022-04-30 | clone: plug a miniscule leak | Junio C Hamano | 1 | -1/+3 |
| 2022-03-21 | Merge branch 'ds/partial-bundles' | Junio C Hamano | 1 | -0/+13 |
| 2022-03-13 | Merge branch 'gc/parse-tree-indirect-errors' | Junio C Hamano | 1 | -0/+2 |
| 2022-03-09 | clone: fail gracefully when cloning filtered bundle | Derrick Stolee | 1 | -0/+13 |
| 2022-03-01 | checkout, clone: die if tree cannot be parsed | Glen Choo | 1 | -0/+2 |
| 2022-02-25 | Merge branch 'js/apply-partial-clone-filters-recursively' | Junio C Hamano | 1 | -2/+34 |
| 2022-02-18 | Merge branch 'ab/release-transport-ls-refs-options' | Junio C Hamano | 1 | -7/+6 |
| 2022-02-09 | clone, submodule: pass partial clone filters to submodules | Josh Steadmon | 1 | -2/+34 |
| 2022-02-09 | Merge branch 'jt/clone-not-quite-empty' | Junio C Hamano | 1 | -6/+6 |
| 2022-02-09 | Merge branch 'ab/config-based-hooks-2' | Junio C Hamano | 1 | -1/+2 |
| 2022-02-06 | ls-remote & transport API: release "struct transport_ls_refs_options" | Ævar Arnfjörð Bjarmason | 1 | -7/+6 |