public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc(refs/meta/config)] Allow max-commit-emails to 500 for refactoring
@ 2022-03-29 19:54 Carlos O'Donell
0 siblings, 0 replies; only message in thread
From: Carlos O'Donell @ 2022-03-29 19:54 UTC (permalink / raw)
To: glibc-cvs
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b6371a9c4c406a3c5302544c595e797a749784c1
commit b6371a9c4c406a3c5302544c595e797a749784c1
Author: Carlos O'Donell <carlos@redhat.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-29 19:54 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:54 [glibc(refs/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).