]> asedeno.scripts.mit.edu Git - git.git/commitdiff
Update documentation for update hook.
authorJunio C Hamano <junkio@cox.net>
Sun, 31 Dec 2006 08:52:25 +0000 (00:52 -0800)
committerJunio 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

index 517f49b5cc5016a20b171789b89f48cb6ef0ecd5..161123f142ff231bc8153242d7f6507c54b09e2b 100644 (file)
@@ -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