diff options
-rwxr-xr-x | git2cl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -353,7 +353,7 @@ while (my $_l = <$fh>) { print (strftime "%Y-%m-%d $author\n\n", @date); my $files = join (", ", @files); - $files = mywrap ("\t", "\t", "* $files"), ": "; + $files = mywrap ("\t", "\t", "* $files"); if (index($comment, EMPTY_LOG_MESSAGE) > -1 ) { $comment = "[no log message]\n"; |