X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-svnimport.html;h=ea04c0fed14a3bdc56f493750ded42c0940578a6;hb=c8d88c2181b2e1675c5057ec9446be2f6f7529b3;hp=3ccba374f1d8b75d8e1f7e5295b56411ac3b9164;hpb=9c099c8cfc2a1fadd2bb15571f4d4a60bdf8f130;p=git.git diff --git a/git-svnimport.html b/git-svnimport.html index 3ccba374..ea04c0fe 100644 --- a/git-svnimport.html +++ b/git-svnimport.html @@ -384,24 +384,19 @@ incremental SVN imports.

Read a file with lines on the form

-
+
-
username = User's Full Name <email@addr.es>
+
        username = User's Full Name <email@addr.es>
+
-
-
-
and use "User's Full Name <email@addr.es>" as the GIT
+

and use "User's Full Name <email@addr.es>" as the GIT author and committer for Subversion commits made by "username". If encountering a commit made by a user not in the -list, abort.

-
-
-
-
For convenience, this data is saved to $GIT_DIR/svn-authors
+list, abort.

+

For convenience, this data is saved to $GIT_DIR/svn-authors each time the -A option is provided, and read from that same file each time git-svnimport is run with an existing GIT -repository without -A.

-
+repository without -A.

-m @@ -517,7 +512,7 @@ various participants of the git-list <git@vger.kernel.org>.