[binutils-gdb(refs/meta/config)] git-hooks: Allow commit message using characters outside of ISO-8859-15
Joel Brobecker
brobecke@sourceware.org
Sat Dec 11 10:47:26 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6c03dbe4e296fe336385e541d9d4d35e8e6cbc1d
commit 6c03dbe4e296fe336385e541d9d4d35e8e6cbc1d
Author: Joel Brobecker <brobecker@adacore.com>
Date: Sat Dec 11 14:45:58 2021 +0400
git-hooks: Allow commit message using characters outside of ISO-8859-15
We've had situations where the commit message was legitimately
using characters outside that charset (e.g. names), so turn
this restriction off.
Diff:
---
project.config | 3 +++
1 file changed, 3 insertions(+)
diff --git a/project.config b/project.config
index a4a4c024d60..ae1a35a83d2 100644
--- a/project.config
+++ b/project.config
@@ -7,6 +7,9 @@
# debugging session, error messages, logs, etc.
max-rh-line-length = 0
+ # We allow characters outside the ISO-8859-15 charset.
+ no-rh-character-range-check = true
+
# Reject merge commits on a certain number of branches:
# - on master: We request that people rebase their changes
# before pushing instead (merge commits tend to confuse
More information about the Binutils-cvs
mailing list