summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-04-22 05:30:27 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-22 06:10:20 (GMT)
commita682187e190598514fcbd092acace251e9fd633e (patch)
tree8f1488f9d89591ec5a12e48fee4d04a49ea51631 /Documentation
parent3a4dc48623793aad5770f0360eca8eb83f943657 (diff)
downloadgit-a682187e190598514fcbd092acace251e9fd633e.zip
git-a682187e190598514fcbd092acace251e9fd633e.tar.gz
git-a682187e190598514fcbd092acace251e9fd633e.tar.bz2
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 <artagnon@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-log.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 69db578..64cc337 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -24,13 +24,6 @@ each commit introduces are shown.
OPTIONS
-------
-<since>..<until>::
- Show only commits between the named two commits. When
- either <since> or <until> is omitted, it defaults to
- `HEAD`, i.e. the tip of the current branch.
- For a more complete list of ways to spell <since>
- and <until>, see linkgit:gitrevisions[7].
-
--follow::
Continue listing the history of a file beyond renames
(works only for a single file).
@@ -69,6 +62,13 @@ produced by --stat etc.
Note that only message is considered, if also a diff is shown
its size is not included.
+<since>..<until>::
+ Show only commits between the named two commits. When
+ either <since> or <until> is omitted, it defaults to
+ `HEAD`, i.e. the tip of the current branch.
+ For a more complete list of ways to spell <since>
+ and <until>, see linkgit:gitrevisions[7].
+
[\--] <path>...::
Show only commits that are enough to explain how the files
that match the specified paths came to be. See "History