| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-22 | Merge branch 'ac/deglobal-fmt-merge-log-config' | Junio C Hamano | 1 | -4/+6 |
| 2025-08-11 | environment: remove the global variable 'merge_log_config' | Ayush Chandekar | 1 | -4/+6 |
| 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-15 | object-store: merge "object-store-ll.h" and "object-store.h" | Patrick Steinhardt | 1 | -1/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+1 |
| 2024-07-02 | Merge branch 'ps/use-the-repository' | Junio C Hamano | 1 | -0/+2 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -1/+3 |
| 2024-03-12 | prefer comment_line_str to comment_line_char for printing | Jeff King | 1 | -1/+1 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_add_commented_lines() | Jeff King | 1 | -3/+3 |
| 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 | -3/+4 |
| 2023-07-06 | Merge branch 'cw/strbuf-cleanup' | Junio C Hamano | 1 | -3/+6 |
| 2023-07-05 | git-compat-util: move alloc macros to git-compat-util.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -1/+1 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+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-12 | strbuf: remove global variable | Calvin Wan | 1 | -3/+6 |
| 2023-04-11 | treewide: remove cache.h inclusion due to object-name.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | 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 | -5/+10 |
| 2023-03-28 | cocci: apply the "pretty.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2023-03-28 | cocci: apply the "object-store.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
| 2023-03-21 | environment: move comment_line_char from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: remove unnecessary cache.h inclusion from a few headers | Elijah Newren | 1 | -1/+1 |
| 2023-03-17 | Merge branch 'jc/gpg-lazy-init' | Junio C Hamano | 1 | -5/+0 |
| 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 | -0/+1 |
| 2023-02-23 | treewide: ensure one of the appropriate headers is sourced first | Elijah Newren | 1 | -0/+1 |
| 2023-02-09 | gpg-interface: lazily initialize and read the configuration | Junio C Hamano | 1 | -5/+0 |
| 2022-04-13 | revisions API users: add straightforward release_revisions() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-01-12 | Merge branch 'fs/ssh-signing-key-lifetime' | Junio C Hamano | 1 | -1/+1 |
| 2022-01-10 | fmt-merge-msg: prevent use-after-free with signed tags | Taylor Blau | 1 | -1/+1 |
| 2022-01-05 | Merge branch 'jc/merge-detached-head-name' | Junio C Hamano | 1 | -2/+5 |
| 2021-12-20 | merge: allow to pretend a merge is made into a different branch | Junio C Hamano | 1 | -2/+5 |
| 2021-12-09 | ssh signing: make fmt-merge-msg consider key lifetime | Fabian Stelzer | 1 | -0/+1 |
| 2021-12-09 | ssh signing: use sigc struct to pass payload | Fabian Stelzer | 1 | -2/+2 |
| 2021-10-12 | ssh signing: fmt-merge-msg tests & config parse | Fabian Stelzer | 1 | -0/+6 |
| 2021-10-12 | Merge branch 'fs/ssh-signing' into fs/ssh-signing-fix | Junio C Hamano | 1 | -3/+3 |
| 2021-09-10 | ssh signing: preliminary refactoring and clean-up | Fabian Stelzer | 1 | -3/+3 |
| 2021-07-26 | fmt-merge-msg: free newly allocated temporary strings when done | Andrzej Hunt | 1 | -2/+4 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
| 2021-02-22 | Merge branch 'bc/signed-objects-with-both-hashes' | Junio C Hamano | 1 | -11/+18 |
| 2021-02-10 | gpg-interface: improve interface for parsing tags | brian m. carlson | 1 | -11/+18 |
| 2021-02-05 | Merge branch 'so/log-diff-merge' | Junio C Hamano | 1 | -1/+2 |
| 2020-12-21 | diff-merges: new function diff_merges_suppress() | Sergey Organov | 1 | -1/+2 |
| 2020-10-23 | fmt-merge-msg: also suppress "into main" by default | Johannes Schindelin | 1 | -1/+3 |
| 2020-07-30 | fmt-merge-msg: allow merge destination to be omitted again | Junio C Hamano | 1 | -4/+34 |
| 2020-07-30 | Revert "fmt-merge-msg: stop treating `master` specially" | Junio C Hamano | 1 | -1/+4 |
| 2020-06-23 | fmt-merge-msg: stop treating `master` specially | Johannes Schindelin | 1 | -4/+1 |
| 2020-05-01 | Merge branch 'dd/sparse-fixes' | Junio C Hamano | 1 | -1/+1 |
| 2020-04-28 | Merge branch 'dl/libify-a-few' | Junio C Hamano | 1 | -0/+656 |
| 2020-03-24 | Lib-ify fmt-merge-msg | Denton Liu | 1 | -0/+653 |