summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cc06c87)
raw | patch | inline | side by side (parent: cc06c87)
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 |
index 517f49b5cc5016a20b171789b89f48cb6ef0ecd5..161123f142ff231bc8153242d7f6507c54b09e2b 100644 (file)
--- a/Documentation/hooks.txt
+++ b/Documentation/hooks.txt
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