diff --git a/meta/git/hooks/commit-msg b/meta/git/hooks/commit-msg index 212d37e..57c4388 100755 --- a/meta/git/hooks/commit-msg +++ b/meta/git/hooks/commit-msg @@ -23,7 +23,7 @@ body="$(tail +2 "$1" | grep -v "^#")" # error messages are printed for the different 'levels' of the pattern. declare -a pats msg pats=( - "^([-_,*(){}a-zA-Z0-9]+:)+ " + "^([-_,*(){}./a-zA-Z0-9]+:)+ " "[A-Z]" ".*[^.]$" )