| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-05-24 | Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42 | Junio C Hamano | 1 | -33/+0 |
| 2024-05-24 | Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41 | Junio C Hamano | 1 | -33/+0 |
| 2024-05-24 | Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40 | Junio C Hamano | 1 | -32/+0 |
| 2024-05-21 | clone: drop the protections where hooks aren't run | Johannes Schindelin | 1 | -34/+0 |
| 2024-05-21 | hook: plug a new memory leak | Johannes Schindelin | 1 | -1/+3 |
| 2024-04-19 | Sync with 2.41.1 | Johannes Schindelin | 1 | -7/+46 |
| 2024-04-19 | Sync with 2.40.2 | Johannes Schindelin | 1 | -7/+46 |
| 2024-04-19 | Sync with 2.39.4 | Johannes Schindelin | 1 | -7/+43 |
| 2024-04-19 | clone: prevent hooks from running during a clone | Johannes Schindelin | 1 | -0/+32 |
| 2024-04-17 | find_hook(): refactor the `STRIP_EXTENSION` logic | Johannes Schindelin | 1 | -7/+11 |
| 2023-06-12 | abspath: move related functions to abspath | Calvin Wan | 1 | -0/+1 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-17 | Merge branch 'jk/unused-post-2.39-part2' | Junio C Hamano | 1 | -6/+6 |
| 2023-02-24 | run_processes_parallel: mark unused callback parameters | Jeff King | 1 | -6/+6 |
| 2023-02-23 | treewide: replace cache.h with more direct headers, where possible | Elijah Newren | 1 | -1/+4 |
| 2023-02-08 | hook API: support passing stdin to hooks, convert am's 'post-rewrite' | Emily Shaffer | 1 | -0/+5 |
| 2022-10-12 | run-command API: have run_process_parallel() take an "opts" struct | Ævar Arnfjörð Bjarmason | 1 | -9/+14 |
| 2022-08-14 | Merge branch 'ab/hooks-regression-fix' | Junio C Hamano | 1 | -7/+0 |
| 2022-08-05 | hook API: don't segfault on strbuf_addf() to NULL "out" | Ævar Arnfjörð Bjarmason | 1 | -7/+0 |
| 2022-06-13 | Merge branch 'ab/hooks-regression-fix' | Junio C Hamano | 1 | -0/+1 |
| 2022-06-07 | hook API: fix v2.36.0 regression: hooks should be connected to a TTY | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-06-02 | run-command API: rename "env_array" to "env" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-03-07 | hooks: fix an obscure TOCTOU "did we just run a hook?" race | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
| 2022-01-07 | hooks: convert worktree 'post-checkout' hook to hook library | Emily Shaffer | 1 | -0/+8 |
| 2022-01-07 | hook API: add a run_hooks_l() wrapper | Ævar Arnfjörð Bjarmason | 1 | -0/+14 |
| 2022-01-07 | hook API: add a run_hooks() wrapper | Ævar Arnfjörð Bjarmason | 1 | -0/+7 |
| 2022-01-07 | hook: add 'run' subcommand | Emily Shaffer | 1 | -0/+102 |
| 2021-09-27 | hook.c: add a hook_exists() wrapper and use it in bugreport.c | Emily Shaffer | 1 | -0/+5 |
| 2021-09-27 | hook.[ch]: move find_hook() from run-command.c to hook.c | Ævar Arnfjörð Bjarmason | 1 | -0/+37 |