public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/remotes/origin/meta/config] Allow max-commit-emails to 500 for refactoring
@ 2022-03-29 19:48 Carlos O'Donell
  0 siblings, 0 replies; only message in thread
From: Carlos O'Donell @ 2022-03-29 19:48 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=97363a7d224cf92817232db63e479d514969f501

commit 97363a7d224cf92817232db63e479d514969f501
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Tue Mar 29 15:46:30 2022 -0400

    Allow max-commit-emails to 500 for refactoring

Diff:
---
 project.config | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/project.config b/project.config
index 349bdde2db..b37f4ffc12 100644
--- a/project.config
+++ b/project.config
@@ -13,6 +13,10 @@
 
         # 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-29 19:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-29 19:48 [glibc/remotes/origin/meta/config] Allow max-commit-emails to 500 for refactoring Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).