Skip to content

Commit 8af15d2

Browse files
newrengitster
authored andcommitted
fast-export: Document the fact that git-rev-list arguments are accepted
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 25e0ca5 commit 8af15d2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/git-fast-export.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ marks the same across runs.
8282
allow that. So fake a tagger to be able to fast-import the
8383
output.
8484

85+
[git-rev-list-args...]::
86+
A list of arguments, acceptable to 'git-rev-parse' and
87+
'git-rev-list', that specifies the specific objects and references
88+
to export. For example, `master\~10..master` causes the
89+
current master reference to be exported along with all objects
90+
added since its 10th ancestor commit.
8591

8692
EXAMPLES
8793
--------

0 commit comments

Comments
 (0)