summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-04 09:00:08 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-10-04 09:00:08 +0000
commitf948133a6172f0be92f51ef688600ed335363a9b (patch)
tree5d276a36178aa625d03040640c41679e86a7dd49
parent868d78293f68d54daf704b80558564c2259c35b7 (diff)
* Tidy ctime debug output for git.
-rw-r--r--IkiWiki/Rcs/git.pm2
-rw-r--r--debian/changelog6
-rw-r--r--doc/todo/tidy_git__39__s_ctime_debug_output.mdwn2
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 <joeyh@debian.org> 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]]