svnimport: Read author names and emails from a file
authorKarl Hasselström <kha@treskal.com>
Sun, 26 Feb 2006 05:11:31 +0000 (06:11 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 27 Feb 2006 05:34:42 +0000 (21:34 -0800)
commit36610b24f1a1821eee95243663631c1295c202ed
tree50e5cb434d7a306c233c0733973597559ad31252
parentc55f3fff35ac34e6d1f0f686e27029612775e51d
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>
Documentation/git-svnimport.txt
git-svnimport.perl