aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-21 19:40:49 -0700
committerJunio C Hamano <gitster@pobox.com>2013-04-21 19:41:24 -0700
commit0f483436e9c2e03bbb80c1dc215d4d7bf8774282 (patch)
tree833e2d1a38b5677cfe578af4a34f575d1d05b984 /Documentation/git-log.txt
parent1ddac3ff9aa29d1103aa05f59772812289b4cefa (diff)
downloadgit-0f483436e9c2e03bbb80c1dc215d4d7bf8774282.tar.gz
line-log: fix documentation formatting
The second paragraph of the added description for the -L option "<start> and <end> can take one of these forms:", and the list of forms that follow the headline, were indented one level too short, due to the missing "+" to signal that the next paragraph continues the previous one. Also "You can specify this option more than once" is about the -L option, not about its various forms of starting and ending points. Move it to the end of the main text. Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 4850226aaf..0959f9d60c 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -76,12 +76,11 @@ produced by --stat etc.
not give any pathspec limiters. This is currently limited to
a walk starting from a single revision, i.e., you may only
give zero or one positive revision arguments.
-
+ You can specify this option more than once.
++
<start> and <end> can take one of these forms:
include::line-range-format.txt[]
-You can specify this option more than once.
-
--full-line-diff::
Always print the interesting range even if the current commit