author | Karl Hasselström <kha@treskal.com> | |
Mon, 27 Feb 2006 23:08:15 +0000 (00:08 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 23:27:21 +0000 (15:27 -0800) | ||
commit | 80804d0af8f5bfa8ce87b5ef72cd2c5eb64c8f40 | |
tree | 5ca2f39c4cc5e006e28ea8c409c24467adf3a445 | tree | snapshot |
parent | 36610b24f1a1821eee95243663631c1295c202ed | commit | diff |
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>
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 | diff | blob | history | |
git-svnimport.perl | diff | blob | history |