1 Index: IkiWiki/Rcs/git.pm
2 ===================================================================
3 --- IkiWiki/Rcs/git.pm (revision 4532)
4 +++ IkiWiki/Rcs/git.pm (working copy)
6 my $sha1 = git_sha1($file);
7 my $ci = git_commit_info($sha1);
8 my $ctime = $ci->{'author_epoch'};
9 - debug("ctime for '$file': ". localtime($ctime) . "\n");
10 + debug("ctime for '$file': ". localtime($ctime));