Skip to content

Commit 4532be7

Browse files
newrengitster
authored andcommitted
git-fast-export.txt: clarify misleading documentation about rev-list args
Signed-off-by: Elijah Newren <[email protected]> Acked-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f55c979 commit 4532be7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Documentation/git-fast-export.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ marks the same across runs.
119119
'git rev-list', that specifies the specific objects and references
120120
to export. For example, `master~10..master` causes the
121121
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.
123124

124125
EXAMPLES
125126
--------

0 commit comments

Comments
 (0)