joey 2007-10-04 08:54:58 +00:00
parent 7e0cdc98b3
commit 8a5ea081a2
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
Index: IkiWiki/Rcs/git.pm
===================================================================
--- IkiWiki/Rcs/git.pm (revision 4532)
+++ IkiWiki/Rcs/git.pm (working copy)
@@ -467,7 +467,7 @@
my $sha1 = git_sha1($file);
my $ci = git_commit_info($sha1);
my $ctime = $ci->{'author_epoch'};
- debug("ctime for '$file': ". localtime($ctime) . "\n");
+ debug("ctime for '$file': ". localtime($ctime));
return $ctime;
} #}}}
[[tag patch]]