Junio C Hamano wrote: > * Jeff Garzik reports that the summary page of gitweb does not > look at anything other than "master" which is not appropriate > for his tree. > > Message-ID: <44D874F0.6000907@xxxxxxxxxx> > > I probably should bug gitweb gang (Jakub, Luben, Martin Waitz, > Aneesh) about this. For performance reasons this should probably wait for functioning git-show-refs command. BTW. summary page doesn't show "Last Updated" based on "master", but based on "HEAD" (current branch)... which usually is "master" I guess in typical usage. Another thing that I think is/might be important to gitweb, is to rewrite commitdiff and blobdiff to not use external diff, but builtin git-diff-tree... this probably would lead to changes in the output. I'm thinking about "-B" without "-C" nor "-M" for plain output (is this no-op for this combination?), and "-C", "-M" for HTML output. -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - 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