From e6d2b9f6e7670e64e1d79b95205fe2fb32f990c2 Mon Sep 17 00:00:00 2001 From: Eric Sunshine Date: Wed, 17 Jul 2013 17:25:31 -0400 Subject: [PATCH] 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 ," and "-L :", separated by a comma. This is inconsistent and potentially confusing since the comma separating them is typeset the same as the comma in ",". Fix this by placing each variation on its own line. Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano --- Documentation/blame-options.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ,, -L ::: +-L ,:: +-L ::: Annotate only the given line range. and can take one of these forms: -- 2.11.4.GIT