Jakub Narebski <jnareb@xxxxxxxxx> writes: > Junio C Hamano wrote: > >> (3) I'd like to eventually get rid of the abbreviated commit >> object name from blame output, so the setting in gitweb.css >> for table.blame td.age[012] (different colors and font >> styles) is not appropriate for what I am shooting at. > > What do you want to replace it with? Link can be to "commit" or "commitdiff" > view, but some marker for commit (perhaps 'git-name-rev --tags'?) is > needed. I was hoping I can get away with a narrow single column of solid color that says nothing. 8 hexadecimal digits do not mean much to humans and it is taking 8-column or so of screen real estate that could otherwise be used to show the source lines instead. I've tried doing that (just set $rev to a single space, and make the "Commit" column narrower in sub blame2 {}). One drawback is that while 8 hexadecimal digits do not mean anything they do help to match lines that came from the same rev (i.e. "I do not know what this 8fad7343 mean but this group of lines and that group are tagged together with that same 8fad7343 so they must come from the same revision"). - 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