commit | 48715e7b7b35ff418418033a72dde6b2a2974eb5 | [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 | 9d6a81766b197299794b6e15499ad6f3de4e0914 [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>