Skip to content

Commit 0f48343

Browse files
committed
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 <[email protected]>
1 parent 1ddac3f commit 0f48343

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Documentation/git-log.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,11 @@ produced by --stat etc.
7676
not give any pathspec limiters. This is currently limited to
7777
a walk starting from a single revision, i.e., you may only
7878
give zero or one positive revision arguments.
79-
79+
You can specify this option more than once.
80+
+
8081
<start> and <end> can take one of these forms:
8182

8283
include::line-range-format.txt[]
83-
You can specify this option more than once.
84-
8584

8685
--full-line-diff::
8786
Always print the interesting range even if the current commit

0 commit comments

Comments
 (0)