diff options
author | Heiko Voigt <hvoigt@hvoigt.net> | 2009-09-14 10:47:06 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-09-14 02:23:49 -0700 |
commit | 39c448c19de7269e6130b6e183645c5b9afe0579 (patch) | |
tree | de0f1abd4489a05ca947591e572b08d0348b8948 /Documentation | |
parent | 03aa8ff3be3b35522b2e378651e65e0e86778018 (diff) | |
download | git-39c448c19de7269e6130b6e183645c5b9afe0579.tar.gz |
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/githooks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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]] |