We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6f831 commit 3781100Copy full SHA for 3781100
scripts/commit-msg.hook
@@ -208,7 +208,7 @@ build_commit_trailer_regex() {
208
TRAILER_REGEX+="$each|"
209
done
210
# Remove the trailing pipe, then add a separator and blank space pattern.
211
- TRAILER_REGEX="${TRAILER_REGEX%|})[$separators][[:blank:]]*"
+ TRAILER_REGEX="${TRAILER_REGEX%|})[$separators][[:blank:]]*)"
212
fi
213
214
# Append standalone trailer keys.
0 commit comments