From 8a5ea081a2d5fa6ee9699f8f62c841cb74c18459 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 4 Oct 2007 08:54:58 +0000 Subject: web commit by http://chris-lamb.co.uk/ --- doc/todo/tidy_git__39__s_ctime_debug_output.mdwn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/todo/tidy_git__39__s_ctime_debug_output.mdwn (limited to 'doc/todo/tidy_git__39__s_ctime_debug_output.mdwn') diff --git a/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn b/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn new file mode 100644 index 000000000..2ef45b01c --- /dev/null +++ b/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn @@ -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]] \ No newline at end of file -- cgit v1.2.3