spiegel-keyman/resources/git-hooks
Eberhard Beilharz 7e245bcef3
chore(common): Don't check for conventional commit for fixups
This change allows to add fixup commits by running the command
`git commit --fixup=<sha>` without complaining about the commit
message not being in conventional commit format. (Running the
git command will result in the commit title of the referenced
commit with `fixup!` prepended. It will later be squashed with
the referenced commit in a git rebase.)
2021-10-28 10:56:28 +02:00
..
commit-msg chore(common): Don't check for conventional commit for fixups 2021-10-28 10:56:28 +02:00
prepare-commit-msg chore: exclude parens if no scope in commit msg 2020-10-05 13:59:32 +11:00