X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fast-export.txt;h=75b06f33e73497fbb8916ef02d70ca59f4aab2f6;hb=f324cb50be3d88c6fb6123c85da749695a749f60;hp=af2328d401cef30311996cf0376ad17c83c6c516;hpb=2cd9c2aff0d65bbce704a68d9cbe7a17e02257fe;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