1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3615

Zetok Zalbavar (1):
      chore: relax commit message verification rules for `Merge*` commits
This commit is contained in:
tux3 2016-08-10 21:16:46 +02:00
commit 23d08db5c0
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -31,7 +31,7 @@ echo "" # ← formatting
# Conform, /OR ELSE/.
if git log --format=format:'%s' "$ARG" | \
grep -v -E '^((feat|fix|docs|style|refactor|perf|revert|test|chore)(\(.{,12}\))?:.{1,68})|(Merge pull request #[[:digit:]]{1,10})$'
grep -v -E '^((feat|fix|docs|style|refactor|perf|revert|test|chore)(\(.{,12}\))?:.{1,68})|(Merge(.+){,70})$'
then
echo ""
echo "Above ↑ commits don't conform to commit message format:"