Use author date instead of commit date

Signed-off-by: Tuomas Jormola <tj@solitudo.net>
master
Tuomas Jormola 2010-10-31 19:53:06 +02:00 committed by Joey Hess
parent 0a0366b8c6
commit d32a1028ab
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@ sub findtimes ($$) {
if (! keys %time_cache) {
my $date;
foreach my $line (run_or_die('git', 'log',
'--pretty=format:%ct',
'--pretty=format:%at',
'--name-only', '--relative')) {
if (! defined $date && $line =~ /^(\d+)$/) {
$date=$line;