githooks documentation: post-checkout hook is also called after clone
authorJens Lehmann <Jens.Lehmann@web.de>
Sun, 22 Mar 2009 18:46:38 +0000 (19:46 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Mar 2009 19:29:47 +0000 (12:29 -0700)
The documentation of the post-checkout hook just talks
about git-checkout. But recently git-clone was changed to
call it too, unless the -no-checkout (-n) option is used.

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found