| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2023-03-19 | Merge branch 'ab/avoid-losing-exit-codes-in-tests' | Junio C Hamano | 1 | -1/+3 |
| 2023-02-06 | tests: don't lose exit status with "test <op> $(git ...)" | Ævar Arnfjörð Bjarmason | 1 | -1/+3 |
| 2022-11-21 | tests: mark tests as passing with SANITIZE=leak | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-03-17 | tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK" | Ævar Arnfjörð Bjarmason | 1 | -22/+21 |
| 2021-10-29 | Document positive variant of commit and merge option "--no-verify" | Alex Riesen | 1 | -0/+8 |
| 2020-11-19 | t7[5-9]*: adjust the references to the default branch name "main" | Johannes Schindelin | 1 | -13/+13 |
| 2020-11-19 | tests: mark tests relying on the current default for `init.defaultBranch` | Johannes Schindelin | 1 | -0/+3 |
| 2018-07-11 | merge-recursive: enforce rule that index matches head before merging | Elijah Newren | 1 | -1/+3 |
| 2017-09-08 | builtin/merge: honor commit-msg hook for merges | Stefan Beller | 1 | -4/+60 |
| 2017-03-27 | sequencer: allow the commit-msg hooks to run during a `reword` | Johannes Schindelin | 1 | -1/+1 |
| 2017-03-22 | t7504: document regression: reword no longer calls commit-msg | Johannes Schindelin | 1 | -0/+17 |
| 2016-01-08 | t/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -1/+1 |
| 2009-03-22 | Skip tests that require a filesystem that obeys POSIX permissions | Johannes Sixt | 1 | -4/+4 |
| 2008-07-13 | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 1 | -1/+1 |
| 2008-05-05 | Fix tests breaking when checkout path contains shell metacharacters | Bryan Donlan | 1 | -10/+13 |
| 2008-02-01 | Sane use of test_expect_failure | Junio C Hamano | 1 | -4/+4 |
| 2007-12-10 | Interactive editor tests for commit-msg hook | Wincent Colaiuta | 1 | -43/+175 |
| 2007-12-09 | Add tests for pre-commit and commit-msg hooks | Wincent Colaiuta | 1 | -0/+88 |