aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fast-export.txt
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2018-11-15 23:59:48 -0800
committerJunio C Hamano <gitster@pobox.com>2018-11-17 18:43:51 +0900
commit4532be7cbaaf42ca19e2b6d35c13aade98c1db5e (patch)
treee23fbb2718f3873bf02ba7738fa02a1a651b59bb /Documentation/git-fast-export.txt
parentf55c979b14eb7788fb5b4fe5e04212191b53e477 (diff)
downloadgit-4532be7cbaaf42ca19e2b6d35c13aade98c1db5e.tar.gz
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>
Diffstat (limited to 'Documentation/git-fast-export.txt')
-rw-r--r--Documentation/git-fast-export.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt
index ce954be532..fda55b3284 100644
--- a/Documentation/git-fast-export.txt
+++ b/Documentation/git-fast-export.txt
@@ -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
--------