git-gui: run post-checkout hook after clone
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 6 Apr 2009 19:05:55 +0000 (21:05 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 8 Apr 2009 14:42:54 +0000 (07:42 -0700)
git-gui is using "git-read-tree -u" when cloning which doesn't
invoke the post-checkout hook as a plain git-clone would.
So git-gui must call the hook itself.

Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found