Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-gui: run post-checkout hook after clone
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>
- Loading branch information