commit | 9a905a7d86867bab8a5d9befd40a67a6ab9aaea2 | [log] [tgz] |
---|---|---|
author | Chris Kay <chris.kay@arm.com> | Tue Apr 18 17:32:41 2023 +0100 |
committer | Chris Kay <chris.kay@arm.com> | Tue Apr 18 17:38:20 2023 +0100 |
tree | 8822602292ed91ea888f8e8688254cf006e8a92c | |
parent | 0223d15764ed78319c0eac00c641c6148898a395 [diff] |
build(hooks): allow hooks to skip Commitizen Adds a conditional check in the `prepare-commit-msg` commit hook that reads the `tf-a.disableCommitizen` Git configuration option, and does not execute Commitizen if it is found. To skip Commitizen, run: git config tf-a.disableCommitizen true Change-Id: Ic8967f6f42bf3555df09b57096044fb99438d4d4 Signed-off-by: Chris Kay <chris.kay@arm.com>