X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-fast-export.txt;h=0c9eb567cb3e3af89a2e2613d1e074941fa30d13;hb=d890d3f99635de7963effd1436148112ef7a52b7;hp=99a1c3158dc34d642f611524f1bedbc306daf96a;hpb=90c3302173c5a02189f5fe9091c0d07f7b7ebe89;p=git.git diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index 99a1c3158..0c9eb567c 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -65,6 +65,12 @@ If the backend uses a similar \--import-marks file, this allows for incremental bidirectional exporting of the repository by keeping the marks the same across runs. +--fake-missing-tagger:: + Some old repositories have tags without a tagger. The + fast-import protocol was pretty strict about that, and did not + allow that. So fake a tagger to be able to fast-import the + output. + EXAMPLES --------