From 17c84aede937bed5e3fc96e251b340399f3a936f Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Mon, 26 Jul 2010 15:13:03 +0200 Subject: [PATCH] Tweak git2changelog to use Author timestamp instead of commit timestamp. (useful for rebase) --- bacula/release/git2changelog.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacula/release/git2changelog.pl b/bacula/release/git2changelog.pl index f8a10e65bc..6f832b180d 100755 --- a/bacula/release/git2changelog.pl +++ b/bacula/release/git2changelog.pl @@ -17,7 +17,7 @@ my $last_txt=''; my %bugs; my $refs = shift || ''; my $for_bweb = $ENV{FORBWEB}?1:0; -open(FP, "git log --no-merges --pretty=format:'%ct: %s' $refs|") or die "Can't run git log $!"; +open(FP, "git log --no-merges --pretty=format:'%at: %s' $refs|") or die "Can't run git log $!"; while (my $l = ) { # remove non useful messages -- 2.39.5