Browse Source

blame-options.txt: explain that -L <start> and <end> are optional

The ability to omit either end of the -L range is a handy but
undocumented shortcut, and is thus not easily discovered. Fix this
shortcoming.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Eric Sunshine 12 years ago committed by Junio C Hamano
parent
commit
df83d5cf67
  1. 7
      Documentation/blame-options.txt

7
Documentation/blame-options.txt

@ -11,8 +11,11 @@


-L <start>,<end>:: -L <start>,<end>::
-L :<regex>:: -L :<regex>::
Annotate only the given line range. <start> and <end> can take Annotate only the given line range. <start> and <end> are optional.
one of these forms: ``-L <start>'' or ``-L <start>,'' spans from <start> to end of file.
``-L ,<end>'' spans from start of file to <end>.
+
<start> and <end> can take one of these forms:


include::line-range-format.txt[] include::line-range-format.txt[]



Loading…
Cancel
Save