diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2013-08-06 09:59:40 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-06 14:34:43 -0700 |
commit | 5bd9b79a2017daad1d600978b75c714eef74cac0 (patch) | |
tree | bb6575567e2709bd448de7b5edfe4e9e99e252b1 /Documentation/blame-options.txt | |
parent | 91b5494e18965e51c924ca55aaa27e94ebd82dd2 (diff) | |
download | git-5bd9b79a2017daad1d600978b75c714eef74cac0.tar.gz |
blame: document multiple -L support
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/blame-options.txt')
-rw-r--r-- | Documentation/blame-options.txt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 489032c7a3..0cebc4f692 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -11,9 +11,11 @@ -L <start>,<end>:: -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>. + Annotate only the given line range. May be specified multiple times. + Overlapping ranges are allowed. ++ +<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>. + include::line-range-format.txt[] |