]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-fast-export.txt
Merge branch 'np/maint-1.6.3-deepen'
[git.git] / Documentation / git-fast-export.txt
index 194abdeeba23368919263939131fa4602ab4ab4e..75b06f33e73497fbb8916ef02d70ca59f4aab2f6 100644 (file)
@@ -82,6 +82,20 @@ marks the same across runs.
        allow that.  So fake a tagger to be able to fast-import the
        output.
 
+--no-data::
+       Skip output of blob objects and instead refer to blobs via
+       their original SHA-1 hash.  This is useful when rewriting the
+       directory structure or history of a repository without
+       touching the contents of individual files.  Note that the
+       resulting stream can only be used by a repository which
+       already contains the necessary objects.
+
+[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
 --------