git-gui: run post-checkout hook on checkout
authorJens Lehmann <Jens.Lehmann@web.de>
Mon, 30 Mar 2009 19:46:17 +0000 (21:46 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 5 Apr 2009 19:58:26 +0000 (12:58 -0700)
git-gui is using "git-read-tree -u" for checkout which doesn't
invoke the post-checkout hook as a plain git-checkout 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