From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2191) id 105A13888C52; Tue, 29 Mar 2022 19:54:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 105A13888C52 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Carlos O'Donell To: glibc-cvs@sourceware.org Subject: [glibc(refs/meta/config)] Allow max-commit-emails to 500 for refactoring X-Act-Checkin: glibc X-Git-Author: Carlos O'Donell X-Git-Refname: refs/meta/config X-Git-Oldrev: 981b5057b18d9b6ab50c81217a1a133f9e2030f5 X-Git-Newrev: b6371a9c4c406a3c5302544c595e797a749784c1 Message-Id: <20220329195449.105A13888C52@sourceware.org> Date: Tue, 29 Mar 2022 19:54:49 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Mar 2022 19:54:49 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b6371a9c4c406a3c5302544c595e797a749784c1 commit b6371a9c4c406a3c5302544c595e797a749784c1 Author: Carlos O'Donell Date: Tue Mar 29 15:54:29 2022 -0400 Allow max-commit-emails to 500 for refactoring Diff: --- project.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.config b/project.config index 349bdde2db..4abfdb57c5 100644 --- a/project.config +++ b/project.config @@ -14,6 +14,11 @@ # We allow a 5MiB email diff maximum. max-email-diff-size = 5242880 + # We have had cases where we need 100 commits on a branch. + # We should allow more than 100 commits, so bumping this + # up to 500 should be sufficient. + max-commit-emails = 500 + # 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