Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-20Merge branch 'ab/avoid-losing-exit-codes-in-tests'Junio C Hamano
2023-02-07tests: don't lose exit status with "test <op> $(git ...)"Ævar Arnfjörð Bjarmason
2022-11-21tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason
2022-03-18tests: extend "test_hook" for "rm" and "chmod -x", convert "$HOOK"Ævar Arnfjörð Bjarmason
2021-10-29Document positive variant of commit and merge option "--no-verify"Alex Riesen
2020-11-20t7[5-9]*: adjust the references to the default branch name "main"Johannes Schindelin
2020-11-20tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin
2018-07-11merge-recursive: enforce rule that index matches head before mergingElijah Newren
2017-09-08builtin/merge: honor commit-msg hook for mergesStefan Beller
2017-03-27sequencer: allow the commit-msg hooks to run during a `reword`Johannes Schindelin
2017-03-22t7504: document regression: reword no longer calls commit-msgJohannes Schindelin
2016-01-08t/t7504-commit-msg-hook.sh: use the $( ... ) construct for command substitutionElia Pinto
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt
2008-07-14t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-06Fix tests breaking when checkout path contains shell metacharactersBryan Donlan
2008-02-02Sane use of test_expect_failureJunio C Hamano
2007-12-10Interactive editor tests for commit-msg hookWincent Colaiuta
2007-12-09Add tests for pre-commit and commit-msg hooksWincent Colaiuta