From: Eric Bollengier Date: Mon, 26 Jul 2010 13:13:03 +0000 (+0200) Subject: Tweak git2changelog to use Author timestamp instead of commit timestamp. (useful... X-Git-Tag: Release-7.0.0~1652 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=17c84aede937bed5e3fc96e251b340399f3a936f;p=bacula%2Fbacula Tweak git2changelog to use Author timestamp instead of commit timestamp. (useful for rebase) --- 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