From: Eric Sunshine Date: Tue, 6 Aug 2013 13:59:34 +0000 (-0400) Subject: git-log.txt: place each -L option variation on its own line X-Git-Tag: v1.8.5-rc0~166^2~15 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e159833c732d332eefd75d92bee22cf029ca84f 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 ,:" 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 --- diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index ac2694d04c..fe04e06acb 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -62,7 +62,8 @@ produced by --stat etc. Note that only message is considered, if also a diff is shown its size is not included. --L ,:, -L :::: +-L ,::: +-L :::: Trace the evolution of the line range given by "," (or the funcname regex ) within the . You may