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-07-24 12:01:40 +0300
committerlovetox <philipp@hoerist.com>2022-07-24 12:01:40 +0300
commitf2f022aacaacee369f380a197b2a153e328c25aa (patch)
treefd370b2533007811199f337b2a8a40e9b4a360d0 /.githooks
parent6b5db82389aa25c18ff8bb984f34ee773aa771cc (diff)
chore: Add new commit prefix
Diffstat (limited to '.githooks')
-rwxr-xr-x.githooks/update1
1 files changed, 1 insertions, 0 deletions
diff --git a/.githooks/update b/.githooks/update
index 35f0f2ad2..736db9d7f 100755
--- a/.githooks/update
+++ b/.githooks/update
@@ -11,6 +11,7 @@ import subprocess
ALLOWED_TAGS = [
'ci',
+ 'cs',
'feat',
'fix',
'perf',