From: Eric Sunshine Date: Tue, 6 Aug 2013 13:59:44 +0000 (-0400) Subject: line-range-format.txt: document -L/RE/ relative search X-Git-Tag: v1.8.5-rc0~166^2~5 X-Git-Url: http://git.bitbasher.net/?a=commitdiff_plain;h=0bc2cdd5507ea4acad06c6d872245e4a3fd2a4b6;p=git.git line-range-format.txt: document -L/RE/ relative search Option -L/RE/ of blame/log now searches relative to the previous -L range, if any. Document this. Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- diff --git a/Documentation/line-range-format.txt b/Documentation/line-range-format.txt index a1b2f4e089..42d74f75ad 100644 --- a/Documentation/line-range-format.txt +++ b/Documentation/line-range-format.txt @@ -9,7 +9,9 @@ absolute line number (lines count from 1). - /regex/ + This form will use the first line matching the given -POSIX regex. If is a regex, it will search +POSIX regex. If is a regex, it will search from the end of +the previous `-L` range, if any, otherwise from the start of file. +If is a regex, it will search starting at the line given by . +