meta:commit-msg: Allow subject to start with quote

See previous commit (d44931df8 "meta:envrc: `git fetch` in background").
This commit is contained in:
2022-08-28 13:43:03 +02:00
parent 95a1ecf984
commit 329a6e6eca

View File

@@ -46,7 +46,7 @@ body="$(
declare -a pats msg
pats=(
"^([-_,*(){}./a-zA-Z0-9]+:)+ "
"[A-Z]"
"([\`'\"]|[A-Z])"
".*[^.]$"
)
msg=(