summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorRamkumar Ramachandra <artagnon@gmail.com>2013-04-22 05:30:29 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-22 06:10:51 (GMT)
commit00200e9ea090cbf68c33e8d00c2976ee49972fdd (patch)
tree938c01397c6a6d88be315025edef8368351eafd0 /Documentation
parent21a40b90e9189aa3f3fbae1ca7a4bad55028ed03 (diff)
downloadgit-00200e9ea090cbf68c33e8d00c2976ee49972fdd.zip
git-00200e9ea090cbf68c33e8d00c2976ee49972fdd.tar.gz
git-00200e9ea090cbf68c33e8d00c2976ee49972fdd.tar.bz2
git-log.txt: rewrite note on why "--" may be required
In its current form, the note talks about separating options from "branch names" and "refnames" in the same sentence. This is entirely inaccurate, as <revision range> need not be a set of branch names or ref names. Rewrite it to use the word "revision range", to be consistent with the SYNOPSIS. 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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 9576695..a976534 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -77,8 +77,8 @@ produced by --stat etc.
Simplification" below for details and other simplification
modes.
+
-To prevent confusion with options and branch names, paths may need to
-be prefixed with "\-- " to separate them from options or refnames.
+Paths may need to be prefixed with "\-- " to separate them from
+options or the revision range, when confusion arises.
include::rev-list-options.txt[]