From: Elijah Newren Date: Fri, 16 Nov 2018 07:59:48 +0000 (-0800) Subject: git-fast-export.txt: clarify misleading documentation about rev-list args X-Git-Tag: v2.21.0-rc0~130^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4532be7cbaaf42ca19e2b6d35c13aade98c1db5e;p=thirdparty%2Fgit.git git-fast-export.txt: clarify misleading documentation about rev-list args Signed-off-by: Elijah Newren Acked-by: Jeff King Signed-off-by: Junio C Hamano --- 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 --------