]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak git2changelog to use Author timestamp instead of commit timestamp. (useful...
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 26 Jul 2010 13:13:03 +0000 (15:13 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:54:00 +0000 (16:54 +0200)
bacula/release/git2changelog.pl

index f8a10e65bc3b11f7d8e915d42a0780c29acf9a52..6f832b180d98651b41f79756eab143891b21362b 100755 (executable)
@@ -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 = <FP>) {
 
     # remove non useful messages