| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2024-07-08 | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 1 | -2/+7 |
| 2024-06-14 | global: introduce `USE_THE_REPOSITORY_VARIABLE` macro | Patrick Steinhardt | 1 | -0/+2 |
| 2024-06-11 | commit: fix leaking parents when calling `commit_tree_extended()` | Patrick Steinhardt | 1 | -2/+6 |
| 2024-06-11 | notes-utils: free note trees when releasing copied notes | Patrick Steinhardt | 1 | -0/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -3/+4 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-12-09 | config: handle NULL value when parsing non-bools | Jeff King | 1 | -0/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -1/+3 |
| 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 | -1/+1 |
| 2023-03-28 | libs: use "struct repository *" argument, not "the_repository" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 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 cache.h inclusion due to environment.h changes | Elijah Newren | 1 | -1/+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 |
| 2021-03-13 | use CALLOC_ARRAY | René Scharfe | 1 | -1/+1 |
| 2020-02-10 | strbuf: add and use strbuf_insertstr() | René Scharfe | 1 | -1/+1 |
| 2019-01-14 | notes-utils.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -7/+10 |
| 2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -1/+3 |
| 2018-01-30 | notes: convert write_notes_tree to object_id | Patryk Obara | 1 | -1/+1 |
| 2018-01-30 | commit: convert commit_tree* to object_id | Patryk Obara | 1 | -3/+4 |
| 2017-10-16 | refs: convert read_ref and read_ref_full to object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-16 | refs: convert update_ref and refs_update_ref to use struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
| 2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -1/+1 |
| 2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
| 2017-06-04 | Merge branch 'ab/c-translators-comment-style' | Junio C Hamano | 1 | -2/+5 |
| 2017-06-02 | notes: convert some accessor functions to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-06-02 | builtin/notes: convert to struct object_id | brian m. carlson | 1 | -2/+2 |
| 2017-05-31 | C style: use standard style for "TRANSLATORS" comments | Ævar Arnfjörð Bjarmason | 1 | -2/+5 |
| 2017-05-08 | Convert lookup_commit* to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-05-08 | notes-utils: convert internals to struct object_id | brian m. carlson | 1 | -9/+9 |
| 2016-01-12 | notes: allow treeish expressions as notes ref | Mike Hommey | 1 | -3/+3 |
| 2015-08-17 | notes: extract parse_notes_merge_strategy to notes-utils | Jacob Keller | 1 | -0/+18 |
| 2014-12-12 | use strbuf_complete_line() for adding a newline if needed | René Scharfe | 1 | -2/+1 |
| 2014-07-02 | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 1 | -3/+4 |
| 2014-06-12 | commit_tree: take a pointer/len pair rather than a const strbuf | Jeff King | 1 | -3/+4 |
| 2014-04-07 | refs.h: rename the action_on_err constants | Michael Haggerty | 1 | -1/+2 |
| 2014-02-18 | notes-utils: handle boolean notes.rewritemode correctly | John Keeping | 1 | -1/+1 |
| 2013-12-17 | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 1 | -2/+2 |
| 2013-12-05 | replace {pre,suf}fixcmp() with {starts,ends}_with() | Christian Couder | 1 | -2/+2 |
| 2013-10-24 | assume parse_commit checks for NULL commit | Jeff King | 1 | -1/+1 |
| 2013-06-12 | Move create_notes_commit() from notes-merge.c into notes-utils.c | Johan Herland | 1 | -1/+26 |
| 2013-06-12 | Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c | Johan Herland | 1 | -0/+132 |