X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-cvsimport.html;h=9295c054dd4b57d18db377c5292ebbca1db6e5bd;hb=5f32776d3bc48bfda61e2d0586d920bc3baf4b16;hp=20f90f0628cca0a05e307905835e845ed3beb44f;hpb=235a91e6b0d1d18a2517cf7e0a18278a6912bdb0;p=git.git diff --git a/git-cvsimport.html b/git-cvsimport.html index 20f90f06..9295c054 100644 --- a/git-cvsimport.html +++ b/git-cvsimport.html @@ -425,6 +425,39 @@ the old cvs2git tool.

Substitute the character "/" in branch names with <subst>

+
+-A <author-conv-file> +
+
+

+ CVS by default uses the unix username when writing its + commit logs. Using this option and an author-conv-file + in this format +

+
+
+
exon=Andreas Ericsson <ae@op5.se>
+spawn=Simon Pawn <spawn@frog-pond.org>
+
+
+
+
git-cvsimport will make it appear as those authors had
+their GIT_AUTHOR_NAME and GIT_AUTHOR_EMAIL set properly
+all along.
+
+
+
+
For convenience, this data is saved to $GIT_DIR/cvs-authors
+each time the -A option is provided and read from that same
+file each time git-cvsimport is run.
+
+
+
+
It is not recommended to use this feature if you intend to
+export changes back to CVS again later with
+git-link[1]::git-cvsexportcommit.
+
+

OUTPUT

@@ -448,7 +481,7 @@ various participants of the git-list <git@vger.kernel.org>.