git-svn documentation: fix typo in 'rebase vs. pull/merge' section
[gitweb.git] / Documentation / git-fast-export.txt
index b974e2115b01f17f0ac809b691baf2f4e4d32169..539decbeb2c442633a9c40cbd03ce641bcf115b8 100644 (file)
@@ -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
 --------