From 1ea3cf0dc91ab530f624a3a25d6f1da63910ed30 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 10 Mar 2010 12:03:50 +0000 Subject: Change commit msg format git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@444 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- git-notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-notify b/git-notify index 9f6ebab..78bb2b6 100755 --- a/git-notify +++ b/git-notify @@ -110,7 +110,7 @@ $branch =~ s#refs/heads/##; if (defined $repos) { $branch = "$repos/$branch"; } -my $message = "$author: ".strftime("%Y-%m-%d %H:%M:%S", gmtime($timestamp))." [$branch]: $logmsg"; +my $message = "[$branch] ".strftime("%Y-%m-%d %H:%M:%S", gmtime($timestamp))." $author: $logmsg"; open (MAIL, "| $sendmail -t -oi -oem") or die "Cannot execute $sendmail : " . ($?>>8); #open (MAIL, "| /bin/cat") or die ("Cannot cat!\n"); -- cgit v1.2.3