* Tidy ctime debug output for git.

master
joey 2007-10-04 09:00:08 +00:00
parent 868d78293f
commit f948133a61
3 changed files with 8 additions and 2 deletions

View 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;
} #}}}

6
debian/changelog vendored
View 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.

View File

@ -12,4 +12,4 @@
return $ctime;
} #}}}
[[tag patch]]
[[tag patch done]]