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>
maint
Heiko Voigt 2009-09-14 10:47:06 +02:00 committed by Junio C Hamano
parent 03aa8ff3be
commit 39c448c19d
1 changed files with 1 additions and 1 deletions

View 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]]