On Wed, Mar 12, 2008 at 10:12 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > "Ping Yin" <pkufranky@xxxxxxxxx> writes: > > > 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*/ > > How would that help symbolic links? > I am not familiar with git core code, could you tell me where to find all file mod for various types? -- 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