Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-08-14 09:42:17 +0300
committerlovetox <philipp@hoerist.com>2022-08-14 09:42:17 +0300
commit996c43464d7e2cf3f5090f31a97d8aec6c243725 (patch)
treed9505456a938c8c2b79bb1fb1283badf6646ab35 /.githooks
parent0c95e7c508f801ae9d31b481ba4e975f7ca9c750 (diff)
chore: Add new commit prefixes
Diffstat (limited to '.githooks')
-rwxr-xr-x.githooks/update2
1 files changed, 2 insertions, 0 deletions
diff --git a/.githooks/update b/.githooks/update
index 4a7672c81..1c3adfd4b 100755
--- a/.githooks/update
+++ b/.githooks/update
@@ -11,6 +11,8 @@ import subprocess
ALLOWED_TAGS = [
'ci',
+ 'cfix',
+ 'new',
'cq',
'feat',
'fix',