On Wed, Mar 12, 2008 at 12:12 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > --- a/git-submodule.sh > +++ b/git-submodule.sh > @@ -400,7 +400,7 @@ cmd_summary() { > > 160000) > sha1_dst=$(GIT_DIR="$name/.git" git rev-parse HEAD) > ;; > - 100644) > + 100644 | 100755 | 120000) > Are 644 and 755 file permission bit? If it is, how about the other cases (655, 744 and so on)? -- Ping Yin -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html