projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc06c87
)
Update documentation for update hook.
author
Junio C Hamano
<junkio@cox.net>
Sun, 31 Dec 2006 08:52:25 +0000
(
00:52
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 31 Dec 2006 08:52:25 +0000
(
00:52
-0800)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/hooks.txt
patch
|
blob
|
history
diff --git
a/Documentation/hooks.txt
b/Documentation/hooks.txt
index 517f49b5cc5016a20b171789b89f48cb6ef0ecd5..161123f142ff231bc8153242d7f6507c54b09e2b 100644
(file)
--- a/
Documentation/hooks.txt
+++ b/
Documentation/hooks.txt
@@
-126,9
+126,9
@@
Another use suggested on the mailing list is to use this hook to
implement access control which is finer grained than the one
based on filesystem group.
-The standard output of this hook is sent to `
/dev/null`;
if you
+The standard output of this hook is sent to `
stderr`, so
if you
want to report something to the `git-send-pack` on the other end,
-you can
redirect your output to your `stderr`
.
+you can
simply `echo` your messages
.
post-update