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-06 00:02:58 +0300
committerlovetox <philipp@hoerist.com>2022-08-06 00:02:58 +0300
commit66e6169d670bc0591f1a352ebcb3e87b254f627a (patch)
tree3ac14682272a3cfd61594a09556e6bc580ca68e2 /.githooks
parent7508f8b7f3415c42e3badc9b259326790a94eb85 (diff)
chore: Rename commit prefix
Diffstat (limited to '.githooks')
-rwxr-xr-x.githooks/update2
1 files changed, 1 insertions, 1 deletions
diff --git a/.githooks/update b/.githooks/update
index 736db9d7f..4a7672c81 100755
--- a/.githooks/update
+++ b/.githooks/update
@@ -11,7 +11,7 @@ import subprocess
ALLOWED_TAGS = [
'ci',
- 'cs',
+ 'cq',
'feat',
'fix',
'perf',