aboutsummaryrefslogtreecommitdiffstats
path: root/debian/gitlog2changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/gitlog2changelog')
-rwxr-xr-xdebian/gitlog2changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/gitlog2changelog b/debian/gitlog2changelog
index ae3b144..f6beb65 100755
--- a/debian/gitlog2changelog
+++ b/debian/gitlog2changelog
@@ -37,7 +37,7 @@ my $pre_header = "";
sub print_entry {
my $header = "$date $author";
- $header =~ s/ (<[^@ \t\n]+@[^@ \t\n]+>)[ \t]*$/ $1/;
+ $header =~ s/ </ </;
if ($header ne $pre_header) {
print "$header\n\n";
$pre_header = $header;