https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7e436c417fecc8b473a2be95c3374d6f6c5685f2
commit 7e436c417fecc8b473a2be95c3374d6f6c5685f2 Author: Corinna Vinschen <[email protected]> Date: Tue Sep 8 20:28:27 2020 +0200 disable commit msg restriction to ISO-8859-15 Diff: --- project.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project.config b/project.config index fefa58611..522b4b39a 100644 --- a/project.config +++ b/project.config @@ -28,3 +28,6 @@ # Do not send emails for the following branches (unofficial # third-party branches). no-emails = refs/heads/topic/.* + + # Commit messages should not be restricted to ISO-8859-15. + no-rh-character-range-check = true
