2007-10-04 10:54:58 +02:00
|
|
|
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;
|
2008-12-17 21:22:16 +01:00
|
|
|
}
|
2007-10-04 10:54:58 +02:00
|
|
|
|
2008-07-21 13:31:33 +02:00
|
|
|
[[!tag patch done]]
|