Re: GSoC draft proposal: Line-level history browser
From: Junio C Hamano <hidden> Date: 2016-06-15 22:48:28
Bo Yang [off-list ref] writes:
Yeah, how do you think use the following syntax:
<file1>@<rev1>:<start pos>,<end pos> <file2>@<rev2>:<start pos>,<end pos>
Horrible. That is not how we name things.
What's wrong with bog standard:
$ git log -L 10,20 master -- Documentation/git.txt
which is exactly how "blame" does it?