| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-04 | refs: introduce wrapper struct for `each_ref_fn` | Patrick Steinhardt | 1 | -6/+3 |
| 2025-08-21 | Merge branch 'ps/remote-rename-fix' | Junio C Hamano | 1 | -1/+2 |
| 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 | -0/+1 |
| 2025-08-01 | Merge branch 'jk/unleak-reflog-expire-entry' | Junio C Hamano | 1 | -0/+14 |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-22 | reflog: close leak of reflog expire entry | Jacob Keller | 1 | -0/+14 |
| 2025-07-01 | odb: rename `has_object()` | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-01 | odb: rename `repo_read_object_file()` | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-01 | object-store: rename files to "odb.{c,h}" | Patrick Steinhardt | 1 | -1/+1 |
| 2025-04-29 | treewide: convert users of `repo_has_object_file()` to `has_object()` | Patrick Steinhardt | 1 | -1/+2 |
| 2025-04-24 | Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup | 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-08 | builtin/reflog: make functions regarding `reflog_expire_options` public | Patrick Steinhardt | 1 | -0/+107 |
| 2025-04-08 | reflog: rename `cmd_reflog_expire_cb` to `reflog_expire_options` | Patrick Steinhardt | 1 | -15/+15 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-11-18 | reflog: rename unreachable | brian m. carlson | 1 | -2/+2 |
| 2024-08-15 | Merge branch 'jc/refs-symref-referent' | Junio C Hamano | 1 | -0/+1 |
| 2024-08-14 | Merge branch 'jc/reflog-expire-lookup-commit-fix' | Junio C Hamano | 1 | -1/+2 |
| 2024-08-09 | refs: add referent to each_ref_fn | John Cai | 1 | -0/+1 |
| 2024-07-16 | Revert "reflog expire: don't use lookup_commit_reference_gently()" | Junio C Hamano | 1 | -1/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-05-17 | refs: remove `dwim_log()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -8/+12 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -1/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -1/+1 |
| 2023-06-21 | object-store-ll.h: split this header out of object-store.h | Elijah Newren | 1 | -1/+1 |
| 2023-04-24 | diff.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-04-24 | commit.h: reduce unnecessary includes | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -3/+4 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-21 | treewide: remove unnecessary cache.h inclusion from several sources | Elijah Newren | 1 | -1/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2022-12-26 | Merge branch 'rs/reflog-expiry-cleanup' | Junio C Hamano | 1 | -1/+3 |
| 2022-12-13 | reflog: clear leftovers in reflog_expiry_cleanup() | René Scharfe | 1 | -1/+3 |
| 2022-09-19 | refs: unify parse_worktree_ref() and ref_type() | Han-Wen Nienhuys | 1 | -10/+3 |
| 2022-09-01 | git-compat-util.h: use "UNUSED", not "UNUSED(var)" | Ævar Arnfjörð Bjarmason | 1 | -9/+9 |
| 2022-08-19 | refs: mark unused reflog callback parameters | Jeff King | 1 | -5/+8 |
| 2022-08-19 | refs: mark unused each_ref_fn parameters | Jeff King | 1 | -1/+2 |
| 2022-04-04 | Merge branch 'ab/reflog-parse-options' | Junio C Hamano | 1 | -10/+10 |
| 2022-03-23 | Merge branch 'ab/reflog-prep-fix' | Junio C Hamano | 1 | -0/+2 |
| 2022-03-17 | reflog.c: indent argument lists | Ævar Arnfjörð Bjarmason | 1 | -10/+10 |
| 2022-03-02 | reflog: libify delete reflog function and helpers | John Cai | 1 | -0/+432 |