]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* Tidy ctime debug output for git.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 4 Oct 2007 09:00:08 +0000 (09:00 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Thu, 4 Oct 2007 09:00:08 +0000 (09:00 +0000)
IkiWiki/Rcs/git.pm
debian/changelog
doc/todo/tidy_git__39__s_ctime_debug_output.mdwn

index 9f64b8630dce9c6f8d4f6c08de51ad551fc24c51..563d10859eb6edb71a3ba03e838a9dd319f704d5 100644 (file)
@@ -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;
 } #}}}
index e03e283df372ce2e426eb4f1883a130191020c8f..3f552f795330abf0a8b422e8b5267852bd0189cb 100644 (file)
@@ -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.
index 2ef45b01c21a05c6aa42305e6122d2aff40ccec7..6820be5cc3964fa01736f3989af1e20a290221b0 100644 (file)
@@ -12,4 +12,4 @@
                return $ctime;
         } #}}}
 
-[[tag patch]]
\ No newline at end of file
+[[tag patch done]]