]> git.ipfire.org Git - thirdparty/git.git/commitdiff
git-fast-export.txt: clarify misleading documentation about rev-list args
authorElijah Newren <newren@gmail.com>
Fri, 16 Nov 2018 07:59:48 +0000 (23:59 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 17 Nov 2018 09:43:51 +0000 (18:43 +0900)
Signed-off-by: Elijah Newren <newren@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt

index ce954be5321384b55687791acb32562850a5a6fa..fda55b32846c16c40ce9e849609d5b55045b6615 100644 (file)
@@ -119,7 +119,8 @@ marks the same across runs.
        'git rev-list', that specifies the specific objects and references
        to export.  For example, `master~10..master` causes the
        current master reference to be exported along with all objects
-       added since its 10th ancestor commit.
+       added since its 10th ancestor commit and all files common to
+       master{tilde}9 and master{tilde}10.
 
 EXAMPLES
 --------