This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[glibc(refs/meta/config)] Increase max email diff size to 5MiB.


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

commit bb1cafe70b8d6b4f365cab3fd07ec7dc157a5954
Author: Carlos O'Donell <carlos@redhat.com>
Date:   Wed Apr 17 20:19:36 2019 -0400

    Increase max email diff size to 5MiB.

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

diff --git a/project.config b/project.config
index faf1bb0..3d1cba4 100644
--- a/project.config
+++ b/project.config
@@ -7,6 +7,9 @@
         # debugging session, error messages, logs, etc.
         max-rh-line-length = 0
 
+        # We allow a 5MiB email diff maximum.
+        max-email-diff-size = 5242880
+
         # 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]