aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf/commit-msg
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf/commit-msg')
-rwxr-xr-x[-rw-r--r--]contrib/conf/commit-msg2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/conf/commit-msg b/contrib/conf/commit-msg
index daa526270..7e6ec65ee 100644..100755
--- a/contrib/conf/commit-msg
+++ b/contrib/conf/commit-msg
@@ -16,7 +16,7 @@ do
16 then 16 then
17 RET=1 17 RET=1
18 # Check if it has a ChangeLog line 18 # Check if it has a ChangeLog line
19 if cat $COMMIT_MSG_FILE | grep \^ChangeLog: > /dev/null 19 if cat $COMMIT_MSG_FILE | grep "^ChangeLog:\s*[-,a-zA-Z][a-zA-Z]*" > /dev/null
20 then 20 then
21 RET=0 21 RET=0
22 break 22 break