Skip to content

Commit e6d2b9f

Browse files
sunshinecogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5a9830c commit e6d2b9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/blame-options.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
--show-stats::
1010
Include additional statistics at the end of blame output.
1111

12-
-L <start>,<end>, -L :<regex>::
12+
-L <start>,<end>::
13+
-L :<regex>::
1314
Annotate only the given line range. <start> and <end> can take
1415
one of these forms:
1516

0 commit comments

Comments
 (0)