summaryrefslogtreecommitdiff
path: root/t/t7504-commit-msg-hook.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano2023-03-191-1/+3
|\
| * tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason2023-02-061-1/+3
* | tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2022-11-211-0/+1
|/
* tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason2022-03-171-22/+21
* Document positive variant of commit and merge option "--no-verify"Alex Riesen2021-10-291-0/+8
* t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-13/+13
* tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* merge-recursive: enforce rule that index matches head before mergingElijah Newren2018-07-111-1/+3
* builtin/merge: honor commit-msg hook for mergesStefan Beller2017-09-081-4/+60
* sequencer: allow the commit-msg hooks to run during a `reword`js/rebase-i-reword-to-run-hooksJohannes Schindelin2017-03-271-1/+1
* t7504: document regression: reword no longer calls commit-msgJohannes Schindelin2017-03-221-0/+17
* t/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitutionElia Pinto2016-01-081-1/+1
* Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt2009-03-221-4/+4
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-1/+1
* Fix tests breaking when checkout path contains shell metacharactersBryan Donlan2008-05-051-10/+13
* Sane use of test_expect_failureJunio C Hamano2008-02-011-4/+4
* Interactive editor tests for commit-msg hookWincent Colaiuta2007-12-101-43/+175
* Add tests for pre-commit and commit-msg hooksWincent Colaiuta2007-12-091-0/+88