commit | 80804d0af8f5bfa8ce87b5ef72cd2c5eb64c8f40 | [log] [tgz] |
---|---|---|
author | Karl Hasselström <kha@treskal.com> | Tue Feb 28 00:08:15 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Mon Feb 27 15:27:21 2006 -0800 |
tree | 5ca2f39c4cc5e006e28ea8c409c24467adf3a445 | |
parent | 36610b24f1a1821eee95243663631c1295c202ed [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>