Code

remove logical typo in documentation of sample update hook
authorHeiko Voigt <hvoigt@hvoigt.net>
Mon, 14 Sep 2009 08:47:06 +0000 (10:47 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 Sep 2009 09:23:49 +0000 (02:23 -0700)
Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/githooks.txt

index 79f633e837180c657f9a7867360363e7137496da..06e0f315c3bb5bb6ef3320b8b1922b76480f9646 100644 (file)
@@ -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]]