projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03aa8ff
)
remove logical typo in documentation of sample update hook
author
Heiko Voigt
<hvoigt@hvoigt.net>
Mon, 14 Sep 2009 08:47:06 +0000
(10:47 +0200)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/githooks.txt
b/Documentation/githooks.txt
index 79f633e837180c657f9a7867360363e7137496da..06e0f315c3bb5bb6ef3320b8b1922b76480f9646 100644
(file)
--- 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]]