TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
next
/
TF-A
/
trusted-firmware-a
/
refs/heads/master
/
.
/
.husky
/
prepare-commit-msg
blob: e38252e1542ad817410533e928fa5cc3244e158d [
file
] [
log
] [
blame
]
Chris Kay
c75ce06
2020-12-09 14:35:46 +0000
[
diff
] [
blame
]
1
#!/bin/sh
2
Chris Kay
9a905a7
2023-04-18 17:32:41 +0100
[
diff
] [
blame
]
3
if
!
git config
--
get tf
-
a
.
disableCommitizen
>
/
dev
/
null
;
then
4
"$(dirname "
$0
")/prepare-commit-msg.cz"
"$@"
5
fi