From d2b9417951f29a635589820161532452c0346d16 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Wed, 3 Oct 2012 15:50:08 -0600 Subject: [PATCH] LU-1595 build: allow longer component in summary Allow a longer "component:" field in the commit summary message, up to 11 characters, for osd-ldiskfs. This exceeded the 9-character limit. Signed-off-by: Andreas Dilger Change-Id: Id0ed056e9b9efef07b26efeb9e2f4f1e8d500c1e Reviewed-on: http://review.whamcloud.com/4174 Tested-by: Hudson Reviewed-by: Bruce Korb Tested-by: Maloo Reviewed-by: Yu Jian Reviewed-by: Oleg Drokin --- build/commit-msg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/commit-msg b/build/commit-msg index 422117e..0710645 100755 --- a/build/commit-msg +++ b/build/commit-msg @@ -29,7 +29,7 @@ init() { | tr ' ' '|') readonly WIDTH_SUM=62 readonly WIDTH_REG=70 - readonly JIRA_FMT_A="^[A-Z]\{2,5\}-[0-9]\{1,5\} [-a-z0-9]\{2,9\}: " + readonly JIRA_FMT_A="^[A-Z]\{2,5\}-[0-9]\{1,5\} [-a-z0-9]\{2,11\}: " readonly JIRA_FMT_B="^[A-Z]\{2,5\}-[0-9]\{1,5\} " # Identify a name followed by an email address. -- 1.8.3.1