]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/tidy_git__39__s_ctime_debug_output.mdwn
6820be5cc3964fa01736f3989af1e20a290221b0
[ikiwiki.git] / doc / todo / tidy_git__39__s_ctime_debug_output.mdwn
1         Index: IkiWiki/Rcs/git.pm
2         ===================================================================
3         --- IkiWiki/Rcs/git.pm  (revision 4532)
4         +++ IkiWiki/Rcs/git.pm  (working copy)
5         @@ -467,7 +467,7 @@
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));
11          
12                 return $ctime;
13          } #}}}
14
15 [[tag patch done]]