aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/tidy_git__39__s_ctime_debug_output.mdwn
blob: bfc130d69d79e793b1bdd31c51118f26d9160dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 	Index: IkiWiki/Rcs/git.pm
 	===================================================================
 	--- IkiWiki/Rcs/git.pm	(revision 4532)
 	+++ IkiWiki/Rcs/git.pm	(working copy)
 	@@ -467,7 +467,7 @@
 	 	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;
 	 }

[[!tag patch done]]