Luben Tuikov <ltuikov@xxxxxxxxx> writes: > --- Junio C Hamano <junkio@xxxxxxx> wrote: > >> 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 ;-). >> >> Signed-off-by: Junio C Hamano <junkio@xxxxxxx> >> --- > > ACK. Please commit. Won't, at least as its current shape. Somebody privately mentioned that the code risks slurping the entire file in the @chunk if it is untouched since the initial import, which is not what we want. The memory consumption worries aside, that would make the clickable commit object name to appear only very at the beginning of the page and would make it inconvenient to actually visit the commit after scrolling down to see later lines. It might become usable if it is given a cap to limit the number of lines to put in a chunk. I dunno. - 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