meta:commit-msg: Allow subject to start with quote
See previous commit (d44931df8 "meta:envrc: `git fetch` in background").
This commit is contained in:
@@ -46,7 +46,7 @@ body="$(
|
|||||||
declare -a pats msg
|
declare -a pats msg
|
||||||
pats=(
|
pats=(
|
||||||
"^([-_,*(){}./a-zA-Z0-9]+:)+ "
|
"^([-_,*(){}./a-zA-Z0-9]+:)+ "
|
||||||
"[A-Z]"
|
"([\`'\"]|[A-Z])"
|
||||||
".*[^.]$"
|
".*[^.]$"
|
||||||
)
|
)
|
||||||
msg=(
|
msg=(
|
||||||
|
|||||||
Reference in New Issue
Block a user