On 1/30/07, Junio C Hamano [off-list ref] wrote:
"Aneesh Kumar" [off-list ref] writes:
quoted
Is it a typo or intentional ? I found the blameview output confusing.
Compare it with gitweb or textual output (blame -n -f).
It is supposed to show the line number in the original file.
Using lno is obviously wrong, as we are not reinventing "cat -n"
here ;-).
In that case the heading is wrong. It should be something other than
Filenum. How about the patch below. On top of the series i sent you
before.
-aneesh