git-fast-export.txt: clarify misleading documentation about rev-list args
Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Elijah Newren committed
Nov 15, 2018 at 23:59 UTC
4532be7cbaaf42ca19e2b6d35c13aade98c1db5e
1 file changed
+2
-1
Documentation/git-fast-export.txt
+2
-1
@@ -119,7 +119,8 @@ marks the same across runs.
119
'git rev-list', that specifies the specific objects and references
120
to export. For example, `master~10..master` causes the
121
current master reference to be exported along with all objects
122
- added since its 10th ancestor commit.
122
+ added since its 10th ancestor commit and all files common to
123
+ master{tilde}9 and master{tilde}10.
124
125
EXAMPLES
126
--------