]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-fast-export.txt
Merge branch 'jc/maint-unpack-objects-strict' into maint
[git.git] / Documentation / git-fast-export.txt
index 194abdeeba23368919263939131fa4602ab4ab4e..af2328d401cef30311996cf0376ad17c83c6c516 100644 (file)
@@ -82,6 +82,12 @@ marks the same across runs.
        allow that.  So fake a tagger to be able to fast-import the
        output.
 
+[git-rev-list-args...]::
+       A list of arguments, acceptable to 'git-rev-parse' and
+       '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.
 
 EXAMPLES
 --------