summaryrefslogtreecommitdiff
path: root/t/t7504-commit-msg-hook.sh
AgeCommit message (Expand)AuthorFilesLines
2020-11-19t7[5-9]*: adjust the references to the default branch name "main"Libravatar Johannes Schindelin1-13/+13
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Libravatar Johannes Schindelin1-0/+3
2018-07-11merge-recursive: enforce rule that index matches head before mergingLibravatar Elijah Newren1-1/+3
2017-09-08builtin/merge: honor commit-msg hook for mergesLibravatar Stefan Beller1-4/+60
2017-03-27sequencer: allow the commit-msg hooks to run during a `reword`Libravatar Johannes Schindelin1-1/+1
2017-03-22t7504: document regression: reword no longer calls commit-msgLibravatar Johannes Schindelin1-0/+17
2016-01-08t/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-1/+1
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsLibravatar Johannes Sixt1-4/+4
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-1/+1
2008-05-05Fix tests breaking when checkout path contains shell metacharactersLibravatar Bryan Donlan1-10/+13
2008-02-01Sane use of test_expect_failureLibravatar Junio C Hamano1-4/+4
2007-12-10Interactive editor tests for commit-msg hookLibravatar Wincent Colaiuta1-43/+175
2007-12-09Add tests for pre-commit and commit-msg hooksLibravatar Wincent Colaiuta1-0/+88