diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-04 08:54:58 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-10-04 08:54:58 +0000 |
commit | 8a5ea081a2d5fa6ee9699f8f62c841cb74c18459 (patch) | |
tree | 1bd8fe5f398fe5e2aff4a09fc5ded6864c60b4fe | |
parent | 7e0cdc98b33f819285419c26da8e1cc2cbf3812d (diff) | |
download | ikiwiki-8a5ea081a2d5fa6ee9699f8f62c841cb74c18459.tar ikiwiki-8a5ea081a2d5fa6ee9699f8f62c841cb74c18459.tar.gz |
web commit by http://chris-lamb.co.uk/
-rw-r--r-- | doc/todo/tidy_git__39__s_ctime_debug_output.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
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 |