From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2155) id 4C166385783A; Tue, 8 Sep 2020 18:28:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4C166385783A Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Corinna Vinschen To: cygwin-cvs@sourceware.org, newlib-cvs@sourceware.org Subject: [newlib-cygwin(refs/meta/config)] disable commit msg restriction to ISO-8859-15 X-Act-Checkin: newlib-cygwin X-Git-Author: Corinna Vinschen X-Git-Refname: refs/meta/config X-Git-Oldrev: a763eb1ef8ad106c91b010f28af9bc44220a3cd7 X-Git-Newrev: 7e436c417fecc8b473a2be95c3374d6f6c5685f2 Message-Id: <20200908182839.4C166385783A@sourceware.org> Date: Tue, 8 Sep 2020 18:28:39 +0000 (GMT) X-BeenThere: newlib-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Newlib GIT logs List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2020 18:28:39 -0000 https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=7e436c417fecc8b473a2be95c3374d6f6c5685f2 commit 7e436c417fecc8b473a2be95c3374d6f6c5685f2 Author: Corinna Vinschen 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