summaryrefslogtreecommitdiffstats
path: root/git-fast-export.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-08-03 08:07:12 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-08-03 08:07:12 +0000
commitbacccdab7c8f70ad9471c1b7143b08a0831f2348 (patch)
tree3a5552fa362801d03760c8eedf3566ad96a9661b /git-fast-export.txt
parentf7bac37a49c6edf8fcc4c5f3b937ba3b2d8be2fd (diff)
downloadgit-htmldocs-bacccdab7c8f70ad9471c1b7143b08a0831f2348.tar.gz
Autogenerated HTML docs for v1.6.4-18-g07a4a
Diffstat (limited to 'git-fast-export.txt')
-rw-r--r--git-fast-export.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/git-fast-export.txt b/git-fast-export.txt
index af2328d40..75b06f33e 100644
--- a/git-fast-export.txt
+++ b/git-fast-export.txt
@@ -82,6 +82,14 @@ 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