Skip to content

Commit

Permalink
line-log: fix documentation formatting
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Junio C Hamano committed Apr 22, 2013
1 parent 1ddac3f commit 0f48343
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Documentation/git-log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f48343

Please sign in to comment.