aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xgit2cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/git2cl b/git2cl
index 631b3b5..42b94f8 100755
--- a/git2cl
+++ b/git2cl
@@ -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";