Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Sunshine <sunshine@sunshineco.com>2013-07-18 01:25:31 +0400
committerJunio C Hamano <gitster@pobox.com>2013-07-18 05:02:22 +0400
commite6d2b9f6e7670e64e1d79b95205fe2fb32f990c2 (patch)
tree2a8a4e02875a02080d2f6708ff276982fc9d6da7 /Documentation/blame-options.txt
parent5a9830cb718ce13fcbad39384dd365bb895a1b21 (diff)
blame-options.txt: place each -L option variation on its own line
Standard practice in Git documentation is for each variation of an option (such as: -p / --porcelain) to be placed on its own line in the OPTIONS table. The -L option does not follow suit. It cuddles "-L <start>,<end>" and "-L :<regex>", separated by a comma. This is inconsistent and potentially confusing since the comma separating them is typeset the same as the comma in "<start>,<end>". Fix this by placing each variation on its own line. 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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/blame-options.txt b/Documentation/blame-options.txt
index e9f984ba01..624b3532a2 100644
--- a/Documentation/blame-options.txt
+++ b/Documentation/blame-options.txt
@@ -9,7 +9,8 @@
--show-stats::
Include additional statistics at the end of blame output.
--L <start>,<end>, -L :<regex>::
+-L <start>,<end>::
+-L :<regex>::
Annotate only the given line range. <start> and <end> can take
one of these forms: