From a22d9f9721f89111cba2efbd2b795e3edfcb08b8 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 21 Oct 2007 00:27:11 +0000 Subject: [PATCH 1/1] * Support git authors of the form "joey ", which is common when importing from a svn repo. --- IkiWiki/Rcs/git.pm | 2 +- debian/changelog | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index 38581ba67..3407354c9 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -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; diff --git a/debian/changelog b/debian/changelog index 225177f47..eef365b83 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -ikiwiki (2.10) UNRELEASED; urgency=low +ikiwiki (2.10) unstable; urgency=low * Tidy ctime debug output for git. * French translation update. Closes: #445923 @@ -22,8 +22,10 @@ ikiwiki (2.10) UNRELEASED; urgency=low had to fork python for every rst page render. Note that if you use the rst plugin, you now need to have the RPC::XML perl module installed. * Danish translation from Jonas Smedegaard. Closes: #446952 + * Support git authors of the form "joey ", which is common when + importing from a svn repo. - -- Joey Hess Tue, 16 Oct 2007 17:53:52 -0400 + -- Joey Hess Sat, 20 Oct 2007 19:42:46 -0400 ikiwiki (2.9) unstable; urgency=low -- 2.45.0