summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRichard Hartmann <richih.mailinglist@gmail.com>2013-07-14 16:21:15 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-07-15 16:52:52 (GMT)
commitb1d5a570fc0176c77a52896e3b59174baa95e8bf (patch)
treeb557480227ec7fa26f79b20efba8488b4992680c /templates
parent27b6e17a6d84a18861f05fd7c684ab443bf15244 (diff)
downloadgit-b1d5a570fc0176c77a52896e3b59174baa95e8bf.zip
git-b1d5a570fc0176c77a52896e3b59174baa95e8bf.tar.gz
git-b1d5a570fc0176c77a52896e3b59174baa95e8bf.tar.bz2
templates: Reformat pre-commit hook's message
Now that we're using heredoc, the message can span the full 80 chars. Signed-off-by: Richard Hartmann <richih.mailinglist@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/hooks--pre-commit.sample6
1 files changed, 2 insertions, 4 deletions
diff --git a/templates/hooks--pre-commit.sample b/templates/hooks--pre-commit.sample
index 5558caa..2d86702 100755
--- a/templates/hooks--pre-commit.sample
+++ b/templates/hooks--pre-commit.sample
@@ -34,13 +34,11 @@ then
cat <<\EOF
Error: Attempt to add a non-ascii file name.
-This can cause problems if you want to work
-with people on other platforms.
+This can cause problems if you want to work with people on other platforms.
To be portable it is advisable to rename the file.
-If you know what you are doing you can disable this
-check using:
+If you know what you are doing you can disable this check using:
git config hooks.allownonascii true
EOF