--- Martin Waitz <tali@xxxxxxxxxxxxxx> wrote: > hoi :) > > On Tue, Oct 03, 2006 at 12:25:45AM -0700, Junio C Hamano wrote: > > [PATCH] gitweb: make leftmost column of blame less cluttered. > > > > Instead of labelling each and every line with clickable commit > > object name, this makes the blame output to show them only on > > the first line of each group of lines from the same revision. > > > > Also it makes mouse-over to show the minimum authorship and > > authordate information for extra cuteness ;-). > > what about making the line itself clickable and adding the > mouse-over there, too? > Then you don't need to worry about repeating the commit id, > and perhaps it is not even needed any more? I like Junio's first patch on the subject with the only objection that the "chunk" can be 100s of 1000s of lines if the file is too big and there had never been any changes since the initial commit. I like the fact that the "data part" of blame is text, and that the commit-8 is on the left, and color-chunked. Sometimes people simply _remember_ a number of commit-8's and thus the layout of blame is intentional, since they can look to the left and recognize a commit-8... Luben - 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