scripts/annotate.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 034121a1c0a41004a903e2db5b2dd3d2321d3da5
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri Mar 1 13:01:51 2013 +0000

    allow 'merged as:' as note prefix

diff --git a/scripts/annotate.pl b/scripts/annotate.pl
index 885d4ad..c2529ef 100755
--- a/scripts/annotate.pl
+++ b/scripts/annotate.pl
@@ -40,7 +40,7 @@ sub validate_git_hash($)
 sub validate_check_note($)
 {
     my $note_text = shift;
-    $note_text =~ m/^(\S+):\s+(.+)$/ || die "note: '$note_text' is missing a 
explanation: reason";
+    $note_text =~ m/^(\S.+):\s+(.+)$/ || die "note: '$note_text' is missing a 
explanation: reason";
     my $reason = $1;
     my $expl = $2;
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to