summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Voigt <hvoigt@hvoigt.net>2009-09-14 08:47:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-09-14 09:23:49 (GMT)
commit39c448c19de7269e6130b6e183645c5b9afe0579 (patch)
treede0f1abd4489a05ca947591e572b08d0348b8948
parent03aa8ff3be3b35522b2e378651e65e0e86778018 (diff)
downloadgit-39c448c19de7269e6130b6e183645c5b9afe0579.zip
git-39c448c19de7269e6130b6e183645c5b9afe0579.tar.gz
git-39c448c19de7269e6130b6e183645c5b9afe0579.tar.bz2
remove logical typo in documentation of sample update hook
Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/githooks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt
index 79f633e..06e0f31 100644
--- a/Documentation/githooks.txt
+++ b/Documentation/githooks.txt
@@ -245,7 +245,7 @@ Both standard output and standard error output are forwarded to
for the user.
The default 'update' hook, when enabled--and with
-`hooks.allowunannotated` config option turned on--prevents
+`hooks.allowunannotated` config option unset or set to false--prevents
unannotated tags to be pushed.
[[post-receive]]