criss cross rename failure workaround
[git/dscho.git] / Documentation / line-range-format.txt
blob265bc23290965d365b477791fc22ba32c94f71e0
1 - number
3 If <start> or <end> is a number, it specifies an
4 absolute line number (lines count from 1).
7 - /regex/
9 This form will use the first line matching the given
10 POSIX regex.  If <end> is a regex, it will search
11 starting at the line given by <start>.
14 - +offset or -offset
16 This is only valid for <end> and will specify a number
17 of lines before or after the line given by <start>.