From: Jeff King Date: Tue, 3 Mar 2009 05:37:51 +0000 (-0500) Subject: clone: run post-checkout hook when checking out X-Git-Tag: v1.6.3-rc0~173^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/dfa7a6c579d75037b9dd5c3654a36d31c60f203c?hp=dfa7a6c579d75037b9dd5c3654a36d31c60f203c clone: run post-checkout hook when checking out The mental model for clone is that the branch is "checked out" (and it even says this in Documentation/git-clone.txt: "...creates and checks out an initial branch"). Therefore it is reasonable for users to expect that any post-checkout hook would be run. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano ---