X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fast-export.txt;h=75b06f33e73497fbb8916ef02d70ca59f4aab2f6;hb=77097faa5dc3da2947f4a4bdb6f8a7766f4ef89a;hp=af2328d401cef30311996cf0376ad17c83c6c516;hpb=bb0c8065f167a29e22f22e6e1355096395475430;p=git.git diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index af2328d40..75b06f33e 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/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