Re: [PATCH v6 2/2] log: prevent error if line range ends past end of file

2018-05-31 Thread Junio C Hamano
isteph...@atlassian.com writes: > From: Isabella Stephens > > If the -L option is used to specify a line range in git log, and the end > of the range is past the end of the file, git will fail with a fatal > error. This commit prevents such behaviour - instead we perform the log > for existing

[PATCH v6 2/2] log: prevent error if line range ends past end of file

2018-05-30 Thread istephens
From: Isabella Stephens If the -L option is used to specify a line range in git log, and the end of the range is past the end of the file, git will fail with a fatal error. This commit prevents such behaviour - instead we perform the log for existing lines within the specified range. This