commit | 36610b24f1a1821eee95243663631c1295c202ed | [log] [tgz] |
---|---|---|
author | Karl Hasselström <kha@treskal.com> | Sun Feb 26 06:11:31 2006 +0100 |
committer | Junio C Hamano <junkio@cox.net> | Sun Feb 26 21:34:42 2006 -0800 |
tree | 50e5cb434d7a306c233c0733973597559ad31252 | |
parent | c55f3fff35ac34e6d1f0f686e27029612775e51d [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>