Documentation/git-am: Document supported --patch-format options
[gitweb.git] / Documentation / blame-options.txt
index 6998d9f5bf73330ca8a830a31e1845ee97ac5497..4e55b1564e8ad6526c53f797141cfccd83648fc7 100644 (file)
        Include additional statistics at the end of blame output.
 
 -L <start>,<end>::
-       Annotate only the given line range.  <start> and <end> can take
-       one of these forms:
+-L :<regex>::
+       Annotate only the given line range.  <start> and <end> are optional.
+       ``-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[]