git-svnimport: Parse log message for Signed-off-by: lines
commitae35b30433f5b732bd21f9577711584e3f9bba06
authorSasha Khapyorsky <sashak@voltaire.com>
Tue, 5 Sep 2006 18:46:11 +0000 (5 21:46 +0300)
committerJunio C Hamano <junkio@cox.net>
Sat, 23 Sep 2006 02:24:12 +0000 (22 19:24 -0700)
treeaffe053df116778b71c955e9762f7038f6d9775c
parent3d5c0cc9387b35df47c988fbc0e4379e413d783e
git-svnimport: Parse log message for Signed-off-by: lines

This add '-S' option. When specified svn-import will try to parse
commit message for 'Signed-off-by: ...' line, and if found will use
the name and email address extracted at first occurrence as this commit
author name and author email address. Committer name and email are
extracted in usual way.

Signed-off-by: Sasha Khapyorsky <sashak@voltaire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl