From: Eric Sunshine Date: Wed, 17 Jul 2013 21:25:32 +0000 (-0400) Subject: blame-options.txt: explain that -L and are optional X-Git-Tag: v1.8.4-rc0~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df83d5cf6759541d6f3d94b29a91fd0d3e5dbcd5;p=thirdparty%2Fgit.git blame-options.txt: explain that -L and 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt index 624b3532a2..4e55b1564e 100644 --- a/Documentation/blame-options.txt +++ b/Documentation/blame-options.txt @@ -11,8 +11,11 @@ -L ,:: -L ::: - Annotate only the given line range. and can take - one of these forms: + Annotate only the given line range. and are optional. + ``-L '' or ``-L ,'' spans from to end of file. + ``-L ,'' spans from start of file to . ++ + and can take one of these forms: include::line-range-format.txt[]