Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-31 11:52:25 +0300
committerJunio C Hamano <junkio@cox.net>2006-12-31 11:52:25 +0300
commit87a3d29f460701bf6fc1f34419290cad658c11a2 (patch)
treecda5fbf6dfb1b30fea19c183a3453bf143c97d17 /Documentation/hooks.txt
parentcc06c870685865decc7948cdb2d7e9b52ac8ee32 (diff)
Update documentation for update hook.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/hooks.txt')
-rw-r--r--Documentation/hooks.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/hooks.txt b/Documentation/hooks.txt
index 517f49b5cc..161123f142 100644
--- 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