]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Rcs/git.pm
* Support git authors of the form "joey <joey>", which is common when
[ikiwiki.git] / IkiWiki / Rcs / git.pm
index 38581ba679040081aa4d7b6f430c5784e04e8aa4..3407354c9a28a5e9ccbe4f313ade0f4dd40ed6b2 100644 (file)
@@ -180,7 +180,7 @@ sub _parse_diff_tree ($@) { #{{{
                        $ci{ "${who}_epoch" } = $epoch;
                        $ci{ "${who}_tz"    } = $tz;
 
-                       if ($name =~ m/^([^<]+) <([^@]+)/) {
+                       if ($name =~ m/^([^<]+) <([^@>]+)/) {
                                my ($fullname, $username) = ($1, $2);
                                $ci{"${who}_fullname"}    = $fullname;
                                $ci{"${who}_username"}    = $username;