diff options
author | Eric Sunshine <sunshine@sunshineco.com> | 2013-08-06 15:59:34 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-06 23:25:22 +0200 |
commit | 1e159833c732d332eefd75d92bee22cf029ca84f (patch) | |
tree | 0bc9f0b54c048abb569395d94449992378f671c7 /Documentation/line-range-format.txt | |
parent | blame: reject empty ranges -L,+0 and -L,-0 (diff) | |
download | git-1e159833c732d332eefd75d92bee22cf029ca84f.tar.xz git-1e159833c732d332eefd75d92bee22cf029ca84f.zip |
git-log.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>:<file>" and "-L :<regex>:<file>", 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/line-range-format.txt')
0 files changed, 0 insertions, 0 deletions