| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -7/+5 |
| 2025-10-13 | Merge branch 'ps/commit-graph-per-object-source' | Junio C Hamano | 1 | -3/+0 |
| 2025-09-29 | Merge branch 'jk/setup-revisions-freefix' | Junio C Hamano | 1 | -3/+46 |
| 2025-09-22 | revision: retain argv NULL invariant in setup_revisions() | Jeff King | 1 | -0/+6 |
| 2025-09-22 | revision: add wrapper to setup_revisions() from a strvec | Jeff King | 1 | -0/+19 |
| 2025-09-22 | revision: manage memory ownership of argv in setup_revisions() | Jeff King | 1 | -3/+21 |
| 2025-09-04 | revision: drop explicit check for commit graph | Patrick Steinhardt | 1 | -3/+0 |
| 2025-08-21 | Merge branch 'ly/changed-path-traversal-with-magic-pathspec' | Junio C Hamano | 1 | -13/+29 |
| 2025-08-21 | Merge branch 'ps/remote-rename-fix' | Junio C Hamano | 1 | -1/+2 |
| 2025-08-11 | bloom: enable bloom filter with wildcard pathspec in revision traversal | Lidong Yan | 1 | -13/+29 |
| 2025-08-06 | refs: pass refname when invoking reflog entry callback | Patrick Steinhardt | 1 | -1/+2 |
| 2025-08-04 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2025-08-01 | Merge branch 'jk/revision-no-early-output' | Junio C Hamano | 1 | -17/+0 |
| 2025-07-23 | Merge branch 'ly/changed-paths-traversal' | Junio C Hamano | 1 | -62/+60 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-21 | revision: drop early output option | Jeff King | 1 | -17/+0 |
| 2025-07-15 | Merge branch 'ps/object-store' | Junio C Hamano | 1 | -2/+3 |
| 2025-07-15 | bloom: optimize multiple pathspec items in revision | Lidong Yan | 1 | -10/+11 |
| 2025-07-14 | Merge branch 'jk/all-negative-diff-filter-fix' | Junio C Hamano | 1 | -1/+1 |
| 2025-07-14 | revision: make helper for pathspec to bloom keyvec | Lidong Yan | 1 | -16/+29 |
| 2025-07-14 | bloom: replace struct bloom_key * with struct bloom_keyvec | Lidong Yan | 1 | -46/+30 |
| 2025-07-14 | bloom: rename function operates on bloom_key | Lidong Yan | 1 | -4/+4 |
| 2025-07-07 | setup_revisions(): turn on diffs for all-negative diff filter | Jeff King | 1 | -1/+1 |
| 2025-07-01 | odb: get rid of `the_repository` in `for_each()` functions | Patrick Steinhardt | 1 | -1/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-06-24 | Merge branch 'ly/prepare-show-merge-leakfix' | Junio C Hamano | 1 | -0/+1 |
| 2025-06-09 | revision: fix memory leak in prepare_show_merge() | Lidong Yan | 1 | -0/+1 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2025-04-23 | Merge branch 'mh/left-right-limited' | Junio C Hamano | 1 | -0/+2 |
| 2025-04-16 | Merge branch 'jt/rev-list-z' | Junio C Hamano | 1 | -8/+0 |
| 2025-04-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-01 | revision: fix --left/right-only use with unrelated histories | Matt Hunter | 1 | -0/+2 |
| 2025-03-21 | rev-list: inline `show_object_with_name()` in `show_object()` | Justin Tobler | 1 | -8/+0 |
| 2025-03-10 | object: stop depending on `the_repository` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-02-07 | worktree: return allocated string from `get_worktree_git_dir()` | Patrick Steinhardt | 1 | -1/+6 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+1 |
| 2024-12-13 | Merge branch 'kn/midx-wo-the-repository' | Junio C Hamano | 1 | -6/+7 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-12-04 | Merge branch 'kn/the-repository' into kn/midx-wo-the-repository | Junio C Hamano | 1 | -6/+7 |
| 2024-12-04 | packfile: pass down repository to `for_each_packed_object` | Karthik Nayak | 1 | -4/+5 |
| 2024-12-04 | packfile: pass down repository to `has_object[_kept]_pack` | Karthik Nayak | 1 | -2/+2 |
| 2024-11-21 | bisect: fix leaking good/bad terms when reading multipe times | Patrick Steinhardt | 1 | -2/+2 |
| 2024-11-04 | revision: fix leaking bloom filters | Patrick Steinhardt | 1 | -0/+5 |
| 2024-09-30 | revision: fix leaking saved parents | Patrick Steinhardt | 1 | -2/+10 |
| 2024-09-30 | revision: fix memory leaks when rewriting parents | Patrick Steinhardt | 1 | -0/+2 |
| 2024-09-27 | revision: fix leaking parents when simplifying commits | Patrick Steinhardt | 1 | -0/+5 |
| 2024-09-10 | Merge branch 'jk/free-commit-buffer-of-skipped-commits' | Junio C Hamano | 1 | -0/+1 |
| 2024-08-30 | revision: free commit buffers for skipped commits | Jeff King | 1 | -0/+1 |
| 2024-08-23 | Merge branch 'ps/config-wo-the-repository' | Junio C Hamano | 1 | -1/+1 |
| 2024-08-13 | path: stop relying on `the_repository` in `worktree_git_path()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -1/+1 |
| 2024-07-08 | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 1 | -22/+37 |
| 2024-07-08 | Merge branch 'tb/path-filter-fix' | Junio C Hamano | 1 | -4/+22 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -0/+2 |
| 2024-06-25 | revision.c: consult Bloom filters for root commits | Taylor Blau | 1 | -4/+22 |
| 2024-06-24 | Merge branch 'jc/worktree-git-path' | Junio C Hamano | 1 | -0/+1 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-11 | revision: free diff options | Patrick Steinhardt | 1 | -1/+1 |
| 2024-06-11 | object-name: free leaking object contexts | Patrick Steinhardt | 1 | -21/+34 |
| 2024-06-11 | revision: fix leaking display notes | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-11 | revision: fix memory leak when reversing revisions | Patrick Steinhardt | 1 | -0/+1 |
| 2024-06-08 | worktree_git_path(): move the declaration to path.h | Junio C Hamano | 1 | -0/+1 |
| 2024-06-07 | revision: always store allocated strings in output encoding | Patrick Steinhardt | 1 | -1/+2 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -9/+18 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -2/+2 |
| 2024-03-15 | Merge branch 'as/option-names-in-messages' | Junio C Hamano | 1 | -1/+1 |
| 2024-03-11 | Merge branch 'js/merge-base-with-missing-commit' | Junio C Hamano | 1 | -4/+8 |
| 2024-03-07 | Merge branch 'jk/upload-pack-bounded-resources' | Junio C Hamano | 1 | -1/+2 |
| 2024-03-07 | Merge branch 'ml/log-merge-with-cherry-pick-and-other-pseudo-heads' | Junio C Hamano | 1 | -4/+23 |
| 2024-03-07 | Merge branch 'cc/rev-list-allow-missing-tips' | Junio C Hamano | 1 | -5/+19 |
| 2024-03-05 | revision.c: trivial fix to message | Alexander Shopov | 1 | -1/+1 |
| 2024-02-29 | commit-reach(repo_get_merge_bases): pass on "missing commits" errors | Johannes Schindelin | 1 | -4/+8 |
| 2024-02-28 | upload-pack: free tree buffers after parsing | Jeff King | 1 | -1/+2 |
| 2024-02-28 | revision: implement `git log --merge` also for rebase/cherry-pick/revert | Michael Lohmann | 1 | -8/+23 |
| 2024-02-28 | revision: ensure MERGE_HEAD is a ref in prepare_show_merge | Michael Lohmann | 1 | -1/+5 |
| 2024-02-28 | revision: fix --missing=[print|allow*] for annotated tags | Christian Couder | 1 | -1/+7 |
| 2024-02-21 | refs: drop unused params from the reflog iterator callback | Patrick Steinhardt | 1 | -3/+1 |
| 2024-02-14 | rev-list: allow missing tips with --missing=[print|allow*] | Christian Couder | 1 | -3/+11 |
| 2024-02-14 | revision: clarify a 'return NULL' in get_reference() | Christian Couder | 1 | -1/+1 |
| 2024-02-08 | Merge branch 'en/header-cleanup' into maint-2.43 | Junio C Hamano | 1 | -2/+0 |
| 2024-02-08 | Merge branch 'rs/incompatible-options-messages' into maint-2.43 | Junio C Hamano | 1 | -12/+15 |
| 2024-02-08 | Merge branch 'rs/i18n-cannot-be-used-together' into maint-2.43 | Junio C Hamano | 1 | -2/+2 |
| 2024-02-08 | Merge branch 'jc/revision-parse-int' into maint-2.43 | Junio C Hamano | 1 | -11/+30 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -2/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -2/+0 |
| 2023-12-20 | Merge branch 'rs/incompatible-options-messages' | Junio C Hamano | 1 | -12/+15 |
| 2023-12-20 | Merge branch 'jc/revision-parse-int' | Junio C Hamano | 1 | -11/+30 |
| 2023-12-09 | revision: parse integer arguments to --max-count, --skip, etc., more carefully | Junio C Hamano | 1 | -11/+30 |
| 2023-12-09 | revision, rev-parse: factorize incompatibility messages about - -exclude-hidden | René Scharfe | 1 | -6/+12 |
| 2023-12-09 | revision: use die_for_incompatible_opt3() for - -graph/--reverse/--walk-reflogs | René Scharfe | 1 | -6/+3 |
| 2023-11-27 | i18n: factorize even more 'incompatible options' messages | René Scharfe | 1 | -2/+2 |
| 2023-11-01 | rev-list: add commit object support in `--missing` option | Karthik Nayak | 1 | -2/+14 |
| 2023-10-13 | Merge branch 'jk/decoration-and-other-leak-fixes' | Junio C Hamano | 1 | -0/+9 |
| 2023-10-05 | revision: clear decoration structs during release_revisions() | Jeff King | 1 | -0/+9 |
| 2023-10-04 | Merge branch 'ps/revision-cmdline-stdin-not' | Junio C Hamano | 1 | -5/+5 |
| 2023-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -2/+2 |
| 2023-09-25 | revision: make pseudo-opt flags read via stdin behave consistently | Patrick Steinhardt | 1 | -5/+5 |
| 2023-09-19 | range-diff: treat notes like `log` | Kristoffer Haugsbakk | 1 | -0/+7 |
| 2023-07-25 | Merge branch 'jk/unused-parameter' | Junio C Hamano | 1 | -1/+1 |
| 2023-07-21 | Merge branch 'tb/refs-exclusion-and-packed-refs' | Junio C Hamano | 1 | -2/+2 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-13 | revisions: drop unused "opt" parameter in "tweak" callbacks | Jeff King | 1 | -1/+1 |
| 2023-07-10 | revision.h: store hidden refs in a `strvec` | Taylor Blau | 1 | -1/+1 |
| 2023-07-10 | refs: plumb `exclude_patterns` argument throughout | Taylor Blau | 1 | -1/+1 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -1/+3 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-07-04 | Merge branch 'ps/revision-stdin-with-options' | Junio C Hamano | 1 | -34/+48 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -1/+3 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | git-compat-util.h: remove unneccessary include of wildmatch.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+1 |
| 2023-06-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | sparse-index.h: move declarations for sparse-index.c from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-15 | revision: handle pseudo-opts in `--stdin` mode | Patrick Steinhardt | 1 | -4/+17 |
| 2023-06-15 | revision: small readability improvement for reading from stdin | Patrick Steinhardt | 1 | -8/+9 |
| 2023-06-15 | revision: reorder `read_revisions_from_stdin()` | Patrick Steinhardt | 1 | -33/+33 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -1/+4 |
| 2023-04-11 | treewide: reduce includes of cache.h in other headers | 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 | object-name.h: move declarations for object-name.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 | -0/+3 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -13/+14 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -13/+14 |
| 2023-03-30 | Merge branch 'sg/parse-options-h-users' | Junio C Hamano | 1 | -0/+1 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -6/+6 |
| 2023-03-28 | cocci: apply the "commit-reach.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -5/+6 |
| 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 | 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 'ew/fetch-hiderefs' | Junio C Hamano | 1 | -1/+2 |
| 2023-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -3/+3 |
| 2023-02-27 | fetch: support hideRefs to speed up connectivity checks | Eric Wong | 1 | -1/+2 |
| 2023-02-24 | for_each_object: mark unused callback parameters | Jeff King | 1 | -2/+2 |
| 2023-02-24 | mark "pointless" data pointers in callbacks | Jeff King | 1 | -1/+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/+2 |
| 2023-01-17 | treewide: always have a valid "index_state.repo" member | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-01-16 | cache API: add a "INDEX_STATE_INIT" macro/function, add release_index() | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-12-26 | Merge branch 'jk/unused-post-2.39' | Junio C Hamano | 1 | -10/+15 |
| 2022-12-14 | Merge branch 'ab/various-leak-fixes' | Junio C Hamano | 1 | -0/+1 |
| 2022-12-13 | diff: mark unused parameters in callbacks | Jeff King | 1 | -10/+15 |
| 2022-11-23 | Merge branch 'ps/receive-use-only-advertised' | Junio C Hamano | 1 | -40/+89 |
| 2022-11-21 | revision API: call graph_clear() in release_revisions() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-11-17 | revision: add new parameter to exclude hidden refs | Patrick Steinhardt | 1 | -1/+54 |
| 2022-11-17 | revision: introduce struct to handle exclusions | Patrick Steinhardt | 1 | -26/+22 |
| 2022-11-17 | revision: move together exclusion-related functions | Patrick Steinhardt | 1 | -26/+26 |
| 2022-11-08 | revisions API: extend the nascent REV_INFO_INIT macro | Ævar Arnfjörð Bjarmason | 1 | -17/+2 |
| 2022-10-25 | Merge branch 'rs/diff-caret-bang-with-parents' | Junio C Hamano | 1 | -3/+2 |
| 2022-10-10 | CodingGuidelines: allow declaring variables in for loops | Ævar Arnfjörð Bjarmason | 1 | -7/+0 |
| 2022-10-01 | revision: use strtol_i() for exclude_parent | René Scharfe | 1 | -3/+2 |
| 2022-09-19 | Merge branch 'jk/list-objects-filter-cleanup' | Junio C Hamano | 1 | -0/+1 |
| 2022-09-14 | Merge branch 'ab/unused-annotation' | Junio C Hamano | 1 | -9/+9 |
| 2022-09-14 | Merge branch 'jk/unused-annotation' | Junio C Hamano | 1 | -7/+11 |
| 2022-09-13 | Merge branch 'jk/rev-list-verify-objects-fix' | Junio C Hamano | 1 | -0/+1 |
| 2022-09-12 | list-objects-filter: add and use initializers | Jeff King | 1 | -0/+1 |
| 2022-09-07 | parse_object(): check commit-graph when skip_hash set | Jeff King | 1 | -13/+3 |
| 2022-09-07 | upload-pack: skip parse-object re-hashing of "want" objects | Jeff King | 1 | -1/+3 |
| 2022-09-07 | rev-list: disable commit graph with --verify-objects | Jeff King | 1 | -0/+1 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -9/+9 |
| 2022-08-19 | hashmap: mark unused callback parameters | Jeff King | 1 | -2/+2 |
| 2022-08-19 | refs: mark unused reflog callback parameters | Jeff King | 1 | -2/+5 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -3/+4 |
| 2022-08-19 | revision: allow --ancestry-path to take an argument | Elijah Newren | 1 | -30/+59 |
| 2022-08-12 | Merge branch 'ab/plug-revisions-leak' | Junio C Hamano | 1 | -0/+2 |
| 2022-08-10 | Merge branch 'jc/resolve-undo' into maint | Junio C Hamano | 1 | -0/+36 |
| 2022-08-03 | Merge branch 'sa/cat-file-mailmap' | Junio C Hamano | 1 | -47/+3 |
| 2022-08-03 | revisions API: don't leak memory on argv elements that need free()-ing | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2022-07-19 | Merge branch 'jc/resolve-undo' | Junio C Hamano | 1 | -0/+36 |
| 2022-07-18 | ident: rename commit_rewrite_person() to apply_mailmap_to_header() | Siddharth Asthana | 1 | -1/+1 |
| 2022-07-18 | ident: move commit_rewrite_person() to ident.c | Siddharth Asthana | 1 | -74/+0 |
| 2022-07-18 | revision: improve commit_rewrite_person() | Siddharth Asthana | 1 | -17/+47 |
| 2022-06-09 | revision: mark blobs needed for resolve-undo as reachable | Junio C Hamano | 1 | -0/+36 |
| 2022-06-07 | Merge branch 'ab/plug-leak-in-revisions' | Junio C Hamano | 1 | -15/+55 |
| 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-23 | log: "--since-as-filter" option is a non-terminating "--since" variant | Miklos Vajna | 1 | -0/+10 |
| 2022-04-13 | revisions API: add a TODO for diff_free(&revs->diffopt) | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: have release_revisions() release "topo_walk_info" | Ævar Arnfjörð Bjarmason | 1 | -4/+12 |
| 2022-04-13 | revisions API: have release_revisions() release "date_mode" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: call diff_free(&revs->pruning) in revisions_release() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: release "reflog_info" in release revisions() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: clear "boundary_commits" in release_revisions() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: have release_revisions() release "prune_data" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: have release_revisions() release "grep_filter" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: have release_revisions() release "filter" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revisions API: have release_revisions() release "cmdline" | Ævar Arnfjörð Bjarmason | 1 | -0/+10 |
| 2022-04-13 | revisions API: have release_revisions() release "mailmap" | Ævar Arnfjörð Bjarmason | 1 | -0/+9 |
| 2022-04-13 | revisions API: have release_revisions() release "commits" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-04-13 | revision.[ch]: document and move code declared around "init" | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
| 2022-04-13 | revision.[ch]: provide and start using a release_revisions() | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
| 2022-04-13 | cocci: add and apply free_commit_list() rules | Ævar Arnfjörð Bjarmason | 1 | -11/+6 |
| 2022-03-23 | list-objects-filter: remove CL_ARG__FILTER | Derrick Stolee | 1 | -2/+2 |
| 2022-03-21 | Merge branch 'ds/partial-bundles' | Junio C Hamano | 1 | -0/+7 |
| 2022-03-09 | rev-list: move --filter parsing into revision.c | Derrick Stolee | 1 | -0/+7 |
| 2022-02-25 | Merge branch 'ab/grep-patterntype' | Junio C Hamano | 1 | -3/+1 |
| 2022-02-23 | Merge branch 'ah/log-no-graph' | Junio C Hamano | 1 | -4/+16 |