Skip to content

Commit 00200e9

Browse files
artagnongitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 21a40b9 commit 00200e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-log.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ produced by --stat etc.
7777
Simplification" below for details and other simplification
7878
modes.
7979
+
80-
To prevent confusion with options and branch names, paths may need to
81-
be prefixed with "\-- " to separate them from options or refnames.
80+
Paths may need to be prefixed with "\-- " to separate them from
81+
options or the revision range, when confusion arises.
8282

8383
include::rev-list-options.txt[]
8484

0 commit comments

Comments
 (0)