Re: [PATCH] blame: add --fuzzy-lines command line option

2017-10-26 Thread Isabella Stephens
On 26/10/17 5:15 pm, Junio C Hamano wrote: > Isabella Stephens writes: > >> If the -L option is used to specify a line range in git blame, and the >> end of the range is past the end of the file, git will fail with a fatal >> error. It may instead be desirable to perform

Re: [PATCH] blame: add --fuzzy-lines command line option

2017-10-26 Thread Junio C Hamano
Isabella Stephens writes: > If the -L option is used to specify a line range in git blame, and the > end of the range is past the end of the file, git will fail with a fatal > error. It may instead be desirable to perform a git blame for the line > numbers in the

[PATCH] blame: add --fuzzy-lines command line option

2017-10-25 Thread Isabella Stephens
If the -L option is used to specify a line range in git blame, and the end of the range is past the end of the file, git will fail with a fatal error. It may instead be desirable to perform a git blame for the line numbers in the intersection of the file and the specified line range. This patch