Skip to content

Commit a682187

Browse files
artagnongitster
authored andcommitted
git-log.txt: order OPTIONS properly; move <since>..<until>
The OPTIONS section lists <since>..<until> as the first item, but this is inconsistent with the ordering in SYNOPSIS. Move it down until it appears just before [[--] <path>...]. Signed-off-by: Ramkumar Ramachandra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3a4dc48 commit a682187

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/git-log.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ each commit introduces are shown.
2424
OPTIONS
2525
-------
2626

27-
<since>..<until>::
28-
Show only commits between the named two commits. When
29-
either <since> or <until> is omitted, it defaults to
30-
`HEAD`, i.e. the tip of the current branch.
31-
For a more complete list of ways to spell <since>
32-
and <until>, see linkgit:gitrevisions[7].
33-
3427
--follow::
3528
Continue listing the history of a file beyond renames
3629
(works only for a single file).
@@ -69,6 +62,13 @@ produced by --stat etc.
6962
Note that only message is considered, if also a diff is shown
7063
its size is not included.
7164

65+
<since>..<until>::
66+
Show only commits between the named two commits. When
67+
either <since> or <until> is omitted, it defaults to
68+
`HEAD`, i.e. the tip of the current branch.
69+
For a more complete list of ways to spell <since>
70+
and <until>, see linkgit:gitrevisions[7].
71+
7272
[\--] <path>...::
7373
Show only commits that are enough to explain how the files
7474
that match the specified paths came to be. See "History

0 commit comments

Comments
 (0)