aboutsummaryrefslogtreecommitdiff
path: root/t/t7501-commit.sh
diff options
context:
space:
mode:
authorWincent Colaiuta <win@wincent.com>2007-12-08 13:29:47 +0100
committerJunio C Hamano <gitster@pobox.com>2007-12-09 00:55:55 -0800
commit264474f29a3f41124f98e955b41ebe4e36d14b53 (patch)
tree67b4e863c0427b80e390212bbbd55fad0314c1d2 /t/t7501-commit.sh
parent740001a5780a12972c83c99f25c49c8d8cebdb43 (diff)
downloadgit-264474f29a3f41124f98e955b41ebe4e36d14b53.tar.gz
git-264474f29a3f41124f98e955b41ebe4e36d14b53.tar.xz
Add tests for pre-commit and commit-msg hooks
As desired, these pass for git-commit.sh, fail for builtin-commit (prior to the fixes), and succeeded for builtin-commit (after the fixes). Signed-off-by: Wincent Colaiuta <win@wincent.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7501-commit.sh')
-rwxr-xr-xt/t7501-commit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh
index 19c4b2c55..05aa97d6f 100755
--- a/t/t7501-commit.sh
+++ b/t/t7501-commit.sh
@@ -4,7 +4,7 @@
#
# FIXME: Test the various index usages, -i and -o, test reflog,
-# signoff, hooks
+# signoff
test_description='git-commit'
. ./test-lib.sh