summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--IkiWiki/Rcs/git.pm2
-rw-r--r--debian/changelog6
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 <joey>", which is common when
+ importing from a svn repo.
- -- Joey Hess <joeyh@debian.org> Tue, 16 Oct 2007 17:53:52 -0400
+ -- Joey Hess <joeyh@debian.org> Sat, 20 Oct 2007 19:42:46 -0400
ikiwiki (2.9) unstable; urgency=low