On Tue, Dec 11, 2012 at 09:42:48PM -0800, Junio C Hamano wrote: > What branch did you base this series on? Every version of this series has been based on v1.8.0. > The preimage of git-submodule.sh in [2/3] does not seem to match > anything I have (I could wiggle the patch, but in general I would > rather prefer not having to). From patch 1/3: diff --git a/git-submodule.sh b/git-submodule.sh index ab6b110..f969f28 100755 And from patch 2/3: diff --git a/git-submodule.sh b/git-submodule.sh index f969f28..1395079 100755 ab6b110 is in v1.8.0: $ git ls-tree v1.8.0 git-submodule.sh 100755 blob ab6b1107b6090494f192f361471ed5748ffa7dc1 git-submodule.sh I can reroll if necessary, but I'm not sure what I've done wrong… Cheers, Trevor