We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25e0ca5 commit 8af15d2Copy full SHA for 8af15d2
Documentation/git-fast-export.txt
@@ -82,6 +82,12 @@ marks the same across runs.
82
allow that. So fake a tagger to be able to fast-import the
83
output.
84
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.
91
92
EXAMPLES
93
--------
0 commit comments