]> git.ipfire.org Git - thirdparty/git.git/commitdiff
blame-options.txt: also mention 'funcname' in '-L' description
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Sun, 1 Nov 2020 17:28:42 +0000 (17:28 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sun, 1 Nov 2020 23:54:14 +0000 (15:54 -0800)
Make it clearer that a function can be blamed by feeding `git blame`
'-L :<funcname>' by mentioning it at the beginnning of the description
of the '-L' option.

Also, in 'line-range-options.txt', which is used for git-log(1) and
gitk(1), do not parenthesize the mention of the ':<funcname>' mode, to
place it on equal footing with the '<start>,<end>' mode.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/blame-options.txt
Documentation/line-range-options.txt

index 48bf0eeec5594c333a8e0f45c247c982cec4f801..dc3bceb6d1cad4f14bc00ace9618716dd459cb04 100644 (file)
@@ -11,8 +11,9 @@
 
 -L <start>,<end>::
 -L :<funcname>::
-       Annotate only the given line range. May be specified multiple times.
-       Overlapping ranges are allowed.
+       Annotate only the line range given by '<start>,<end>',
+       or by the function name regex '<funcname>'.
+       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>'.
index 1c90127300f115dbefeae87edcca83c7deb63fd0..8e295a62b8019b0a7876d7fa76a0fc0d115b9186 100644 (file)
@@ -1,8 +1,8 @@
 -L<start>,<end>:<file>::
 -L:<funcname>:<file>::
 
-       Trace the evolution of the line range given by '<start>,<end>'
-       (or the function name regex '<funcname>') within the '<file>'. You may
+       Trace the evolution of the line range given by '<start>,<end>',
+       or by the function name regex '<funcname>', within the '<file>'. You may
        not give any pathspec limiters.  This is currently limited to
        a walk starting from a single revision, i.e., you may only
        give zero or one positive revision arguments, and