Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Darwin: Ignore missing /sw/lib
[gitweb.git]
/
git-svnimport.perl
diff --git
a/git-svnimport.perl
b/git-svnimport.perl
index 75ce8e068a435928d48c78fbed98cd956d5153cf..86837edbdd3392ddbc6815f948132b70c0ae3458 100755
(executable)
--- a/
git-svnimport.perl
+++ b/
git-svnimport.perl
@@
-74,7
+74,7
@@
END
open(my $authors,$opt_A);
while(<$authors>) {
chomp;
- next unless /^(\S+
)\s+(.+?)\s+<(\S+)>
$/;
+ next unless /^(\S+
?)\s*=\s*(.+?)\s*<(.+)>\s*
$/;
(my $user,my $name,my $email) = ($1,$2,$3);
$users{$user} = [$name,$email];
}