From f948133a6172f0be92f51ef688600ed335363a9b Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 4 Oct 2007 09:00:08 +0000 Subject: [PATCH] * Tidy ctime debug output for git. --- IkiWiki/Rcs/git.pm | 2 +- debian/changelog | 6 ++++++ doc/todo/tidy_git__39__s_ctime_debug_output.mdwn | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Rcs/git.pm b/IkiWiki/Rcs/git.pm index 9f64b8630..563d10859 100644 --- a/IkiWiki/Rcs/git.pm +++ b/IkiWiki/Rcs/git.pm @@ -467,7 +467,7 @@ sub rcs_getctime ($) { #{{{ 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; } #}}} diff --git a/debian/changelog b/debian/changelog index e03e283df..3f552f795 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ikiwiki (2.10) UNRELEASED; urgency=low + + * Tidy ctime debug output for git. + + -- Joey Hess Thu, 04 Oct 2007 04:59:51 -0400 + ikiwiki (2.9) unstable; urgency=low * Fix copyright and licence styling. diff --git a/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn b/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn index 2ef45b01c..6820be5cc 100644 --- a/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn +++ b/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn @@ -12,4 +12,4 @@ return $ctime; } #}}} -[[tag patch]] \ No newline at end of file +[[tag patch done]] -- 2.45.0