* Support git authors of the form "joey <joey>", which is common when

importing from a svn repo.
master
joey 2007-10-21 00:27:11 +00:00
parent 501c4620ac
commit a22d9f9721
2 changed files with 5 additions and 3 deletions

View File

@ -180,7 +180,7 @@ sub _parse_diff_tree ($@) { #{{{
$ci{ "${who}_epoch" } = $epoch; $ci{ "${who}_epoch" } = $epoch;
$ci{ "${who}_tz" } = $tz; $ci{ "${who}_tz" } = $tz;
if ($name =~ m/^([^<]+) <([^@]+)/) { if ($name =~ m/^([^<]+) <([^@>]+)/) {
my ($fullname, $username) = ($1, $2); my ($fullname, $username) = ($1, $2);
$ci{"${who}_fullname"} = $fullname; $ci{"${who}_fullname"} = $fullname;
$ci{"${who}_username"} = $username; $ci{"${who}_username"} = $username;

6
debian/changelog vendored
View File

@ -1,4 +1,4 @@
ikiwiki (2.10) UNRELEASED; urgency=low ikiwiki (2.10) unstable; urgency=low
* Tidy ctime debug output for git. * Tidy ctime debug output for git.
* French translation update. Closes: #445923 * 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 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. the rst plugin, you now need to have the RPC::XML perl module installed.
* Danish translation from Jonas Smedegaard. Closes: #446952 * 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 ikiwiki (2.9) unstable; urgency=low