* Tidy ctime debug output for git.
parent
868d78293f
commit
f948133a61
|
@ -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;
|
||||
} #}}}
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -12,4 +12,4 @@
|
|||
return $ctime;
|
||||
} #}}}
|
||||
|
||||
[[tag patch]]
|
||||
[[tag patch done]]
|
||||
|
|
Loading…
Reference in New Issue