git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC] git gui doesn't call post-checkout hook on checkout or clone
@ 2009-03-22 15:49 Jens Lehmann
  2009-03-22 22:33 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Jens Lehmann @ 2009-03-22 15:49 UTC (permalink / raw)
  To: git; +Cc: gitster, spearce, peff

When checking out or cloning via git gui, the post-checkout
hook is not called. This is a bit unexpected ...

The reason is that git gui uses git read-tree with the -u
option and not git checkout and git clone. I changed git
read-tree to call the post-checkout hook when called with
-u and it seems to solve the problem. I would make a patch
for that if you want.

But is this the right way to do this? Seems like we could
surprise some users of git read-tree with this change in
behaviour.

(I hope i cc'ed the right people this time ;-)

Jens

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

end of thread, other threads:[~2009-03-23  0:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-22 15:49 [RFC] git gui doesn't call post-checkout hook on checkout or clone Jens Lehmann
2009-03-22 22:33 ` Jeff King
2009-03-23  0:18   ` Shawn O. Pearce

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