We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83f60ba commit bffa6deCopy full SHA for bffa6de
test/test_helper.bash
@@ -20,6 +20,7 @@ setup() {
20
git -c "init.templatedir=$TMP_DIRECTORY/templates" init
21
git config user.email "test@git-good-commit"
22
git config user.name "Git Good Commit Tests"
23
+ git config core.hooksPath '.git/hooks'
24
echo "Foo bar" > my_file
25
git add my_file
26
mkdir -p .git/hooks
0 commit comments