Update documentation for update hook.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-12-31 00:52:25 -08:00
Родитель cc06c87068
Коммит 87a3d29f46
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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