From f4553d1890bf5201fee0336e8c41bed693461b01 Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 12 Aug 2013 19:26:14 +0900 Subject: Update gitlog2changelog for well handling of short comment --- debian/gitlog2changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/gitlog2changelog b/debian/gitlog2changelog index e501b8f..598c7d2 100755 --- a/debian/gitlog2changelog +++ b/debian/gitlog2changelog @@ -61,7 +61,7 @@ sub print_entry { if ($comment =~ /^([^\n]+)/) { $short_comment = $1; } - if ($short_comment =~ /(:|,[ \t]*$)/ || + if ($short_comment =~ /:[ \t]|[:,\)][ \t]*$/ || $files_line_len + length($short_comment) > 78) { $files_lines =~ s/, $/:\n\t/; } else { -- cgit v1.2.3