git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] githooks documentation: post-checkout hook is also called after clone
@ 2009-03-22 18:46 Jens Lehmann
  2009-03-22 21:59 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Lehmann @ 2009-03-22 18:46 UTC (permalink / raw)
  To: git; +Cc: patnotz, gitster, peff

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


Thanks to Pat Notz for noticing that the hook is not called
on clone when the --no-checkout (-n) option is used.


 Documentation/githooks.txt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt
index 1fd512b..1c73673 100644
--- a/Documentation/githooks.txt
+++ b/Documentation/githooks.txt
@@ -151,6 +151,10 @@ indicating whether the checkout was a branch checkout (changing branches,
 flag=1) or a file checkout (retrieving a file from the index, flag=0).
 This hook cannot affect the outcome of 'git-checkout'.
 
+It is also run after 'git-clone', unless the --no-checkout (-n) option is
+used. The first parameter given to the hook is the null-ref, the second the
+ref of the new HEAD and the flag is always 1.
+
 This hook can be used to perform repository validity checks, auto-display
 differences from the previous HEAD if different, or set working dir metadata
 properties.
-- 
1.6.2.1.275.ga797b

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] githooks documentation: post-checkout hook is also called after clone
  2009-03-22 18:46 [PATCH v2] githooks documentation: post-checkout hook is also called after clone Jens Lehmann
@ 2009-03-22 21:59 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2009-03-22 21:59 UTC (permalink / raw)
  To: Jens Lehmann; +Cc: git, patnotz, peff

Thanks, both.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-22 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-22 18:46 [PATCH v2] githooks documentation: post-checkout hook is also called after clone Jens Lehmann
2009-03-22 21:59 ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).