summaryrefslogtreecommitdiff
path: root/Documentation/blame-options.txt
diff options
context:
space:
mode:
authorPhilippe Blain <levraiphilippeblain@gmail.com>2020-11-01 17:28:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-11-01 23:54:14 (GMT)
commitfd5c74e7818a478fac66d821c38c4c2275c77da6 (patch)
treebb76abf466bf8ac1d6be95778e85bcde61d97816 /Documentation/blame-options.txt
parentf9c8d8cbbea9cc55d26058a1de767731600ded44 (diff)
downloadgit-fd5c74e7818a478fac66d821c38c4c2275c77da6.zip
git-fd5c74e7818a478fac66d821c38c4c2275c77da6.tar.gz
git-fd5c74e7818a478fac66d821c38c4c2275c77da6.tar.bz2
doc: line-range: improve formatting
Improve the formatting of the description of the line-range option '-L' for `git log`, `gitk` and `git blame`: - Use bold for <start>, <end> and <funcname> - Use backticks for literals Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/blame-options.txt')
-rw-r--r--Documentation/blame-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt
index 88750af..48bf0ee 100644
--- a/Documentation/blame-options.txt
+++ b/Documentation/blame-options.txt
@@ -14,8 +14,8 @@
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>.
+'<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[]