aboutsummaryrefslogtreecommitdiffstats
path: root/t/t7504-commit-msg-hook.sh
AgeCommit message (Expand)AuthorFilesLines
2023-03-19Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano1-1/+3
2023-02-06tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason1-1/+3
2022-11-21tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2022-03-17tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason1-22/+21
2021-10-29Document positive variant of commit and merge option "--no-verify"Alex Riesen1-0/+8
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin1-13/+13
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2018-07-11merge-recursive: enforce rule that index matches head before mergingElijah Newren1-1/+3
2017-09-08builtin/merge: honor commit-msg hook for mergesStefan Beller1-4/+60
2017-03-27sequencer: allow the commit-msg hooks to run during a `reword`Johannes Schindelin1-1/+1
2017-03-22t7504: document regression: reword no longer calls commit-msgJohannes Schindelin1-0/+17
2016-01-08t/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitutionElia Pinto1-1/+1
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt1-4/+4
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-1/+1
2008-05-05Fix tests breaking when checkout path contains shell metacharactersBryan Donlan1-10/+13
2008-02-01Sane use of test_expect_failureJunio C Hamano1-4/+4
2007-12-10Interactive editor tests for commit-msg hookWincent Colaiuta1-43/+175
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta1-0/+88