From: Heiko Voigt Date: Mon, 14 Sep 2009 08:47:06 +0000 (+0200) Subject: remove logical typo in documentation of sample update hook X-Git-Tag: v1.6.5-rc2~32 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/39c448c19de7269e6130b6e183645c5b9afe0579?ds=inline;hp=--cc remove logical typo in documentation of sample update hook Signed-off-by: Heiko Voigt Signed-off-by: Junio C Hamano --- 39c448c19de7269e6130b6e183645c5b9afe0579 diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index 79f633e837..06e0f315c3 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]]