summaryrefslogtreecommitdiff
path: root/.gitlint
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2023-03-26 16:46:08 +0100
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-03-27 07:37:11 +0000
commit94abeb1888ed4170acdee1a80cdba97fec915983 (patch)
tree411af227a9cfd43093002b59e7893f10dfea0e71 /.gitlint
parent00ed40dbfd86c0f51d20b06624d7394656185409 (diff)
downloadgstreamer-94abeb1888ed4170acdee1a80cdba97fec915983.tar.gz
gitlint: allow commas and spaces in commit message prefix
e.g. "foo, bar: did stuff" should be allowed Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4273>
Diffstat (limited to '.gitlint')
-rw-r--r--.gitlint2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlint b/.gitlint
index 08e03d3e5e..b047cfd1aa 100644
--- a/.gitlint
+++ b/.gitlint
@@ -12,4 +12,4 @@ min-length=10
# Ensure every title starts with a prefix
[title-match-regex]
-regex=^[\w]+[\w-]*[\w]+: .*
+regex=^[\w]+[\w, -]*[\w]+: .*