From ef0f5ad763ba97d89de80df56eaab40b12e738bc Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 11 Nov 2013 23:34:38 +0900 Subject: Update gitlog2changelog to fix paren handling --- debian/gitlog2changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/gitlog2changelog') diff --git a/debian/gitlog2changelog b/debian/gitlog2changelog index 7dd590f..4017632 100755 --- a/debian/gitlog2changelog +++ b/debian/gitlog2changelog @@ -61,7 +61,7 @@ sub print_entry { if ($comment =~ /^([^\n]+)/) { $short_comment = $1; } - if ($short_comment =~ /:[ \t]|[:,\)\]][ \t]*$/ || + if ($short_comment =~ /:[ \t]|[^\(\[][:,\)\]][ \t]*$/ || $files_line_len + length($short_comment) > 78) { $files_lines =~ s/, $/:\n\t/; } else { -- cgit v1.2.3