Merge git://bogomips.org/git-svn
* git://bogomips.org/git-svn: git-svn: parse authors file more leniently
This commit is contained in:
commit
1962994f08
@ -1924,7 +1924,7 @@ sub load_authors {
|
|||||||
my $log = $cmd eq 'log';
|
my $log = $cmd eq 'log';
|
||||||
while (<$authors>) {
|
while (<$authors>) {
|
||||||
chomp;
|
chomp;
|
||||||
next unless /^(.+?|\(no author\))\s*=\s*(.+?)\s*<(.+)>\s*$/;
|
next unless /^(.+?|\(no author\))\s*=\s*(.+?)\s*<(.*)>\s*$/;
|
||||||
my ($user, $name, $email) = ($1, $2, $3);
|
my ($user, $name, $email) = ($1, $2, $3);
|
||||||
if ($log) {
|
if ($log) {
|
||||||
$Git::SVN::Log::rusers{"$name <$email>"} = $user;
|
$Git::SVN::Log::rusers{"$name <$email>"} = $user;
|
||||||
|
Loading…
Reference in New Issue
Block a user