]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by http://chris-lamb.co.uk/
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 4 Oct 2007 08:54:58 +0000 (08:54 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 4 Oct 2007 08:54:58 +0000 (08:54 +0000)
doc/todo/tidy_git__39__s_ctime_debug_output.mdwn [new file with mode: 0644]

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 (file)
index 0000000..2ef45b0
--- /dev/null
@@ -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