summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-08-27 16:41:32 -0400
committerBrad King <brad.king@kitware.com>2010-08-27 16:41:32 -0400
commitaad245bee7d3570056922e1fa8c5e183a3b943f9 (patch)
treeabe392016a700a7d13578f4def38f408e767f29d
parent0c6925a7fc869b32ceb07d043de79f3b4247d0ad (diff)
downloadcmake-aad245bee7d3570056922e1fa8c5e183a3b943f9.tar.gz
Remove out-dated instructions
-rwxr-xr-xcommit-msg2
-rwxr-xr-xpre-commit2
2 files changed, 0 insertions, 4 deletions
diff --git a/commit-msg b/commit-msg
index 715837c4af..c2d7de1901 100755
--- a/commit-msg
+++ b/commit-msg
@@ -1,6 +1,4 @@
#!/usr/bin/env bash
-#
-# Copy or link this file as ".git/hooks/pre-commit".
# Prepare a copy of the message:
# - strip comment lines
diff --git a/pre-commit b/pre-commit
index fafc3e2cc7..9264eacbc4 100755
--- a/pre-commit
+++ b/pre-commit
@@ -1,6 +1,4 @@
#!/usr/bin/env bash
-#
-# Copy or link this file as ".git/hooks/pre-commit".
die() {
echo 'pre-commit hook failure' 1>&2