On Tue, Mar 11, 2008 at 9:52 PM, Ping Yin <pkufranky@xxxxxxxxx> wrote: > This patch does the hard work to show submodule commit summary. > > + case "$mod_dst" in > + 160000) > + sha1_dst=$(GIT_DIR="$name/.git" git rev-parse HEAD) > + ;; > + 100644) > + sha1_dst=$(git hash-object $name) > + ;; > + esac please s/100644/100*/ -- 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