| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-23 | config: move Git config parsing into "environment.c" | Patrick Steinhardt | 1 | -0/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2024-11-26 | builtin: pass repository to sub commands | Karthik Nayak | 1 | -3/+4 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -0/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-08-13 | hooks: remove implicit dependency on `the_repository` | Patrick Steinhardt | 1 | -1/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -1/+0 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -1/+0 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-08 | hook: support a --to-stdin=<path> option | Emily Shaffer | 1 | -1/+3 |
| 2022-08-19 | builtin/hook.c: let parse-options parse subcommands | SZEDER Gábor | 1 | -8/+4 |
| 2022-01-07 | git hook run: add an --ignore-missing flag | Ævar Arnfjörð Bjarmason | 1 | -2/+6 |
| 2022-01-07 | hook: add 'run' subcommand | Emily Shaffer | 1 | -0/+80 |