Let git-svnimport's author file use same syntax as git-cvsimport's
authorKarl Hasselström <kha@treskal.com>
Mon, 27 Feb 2006 23:08:15 +0000 (00:08 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 23:27:21 +0000 (15:27 -0800)
commit80804d0af8f5bfa8ce87b5ef72cd2c5eb64c8f40
tree5ca2f39c4cc5e006e28ea8c409c24467adf3a445
parent36610b24f1a1821eee95243663631c1295c202ed
Let git-svnimport's author file use same syntax as git-cvsimport's

git-cvsimport uses a username => Full Name <email@addr.es> mapping
file with this syntax:

  kha=Karl Hasselström <kha@treskal.com>

Since there is no reason to use another format for git-svnimport, use
the same format.

Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-svnimport.txt
git-svnimport.perl