author | Karl Hasselström <kha@treskal.com> | |
Sun, 26 Feb 2006 05:11:31 +0000 (06:11 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 27 Feb 2006 05:34:42 +0000 (21:34 -0800) | ||
commit | 36610b24f1a1821eee95243663631c1295c202ed | |
tree | 50e5cb434d7a306c233c0733973597559ad31252 | tree | snapshot |
parent | c55f3fff35ac34e6d1f0f686e27029612775e51d | commit | diff |
svnimport: Read author names and emails from a file
Read a file with lines on the form
username User's Full Name <email@addres.org>
and use "User's Full Name <email@addres.org>" 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.
Signed-off-by: Karl Hasselström <kha@treskal.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Read a file with lines on the form
username User's Full Name <email@addres.org>
and use "User's Full Name <email@addres.org>" 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.
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 |