Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:111902 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 15957 invoked from network); 18 Sep 2020 10:15:53 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 18 Sep 2020 10:15:53 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 08D851804AA for ; Fri, 18 Sep 2020 02:24:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,DOS_RCVD_IP_TWICE_B, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-Virus: No X-Envelope-From: Received: from box.beccati.com (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 18 Sep 2020 02:24:44 -0700 (PDT) Received: from authenticated-user (box.beccati.com [176.9.123.236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by box.beccati.com (Postfix) with ESMTPSA id 5384820030C; Fri, 18 Sep 2020 11:24:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=beccati.com; s=mail; t=1600421082; bh=wMfHUT1sGkpreD/uJUOTvA3M7PsZnf6cbtK/DVzjc/g=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=gA361pPRfrbDUIZ+qxrPW/HHLv81K37jYrCzaBCf5Ywr8fmHUpzRYHJ3dgn5muuvi f6OY6V9FCfoDxUt9zFKEI3N07rNBLiLtwjKk7MiaxeTqkPUso7pmSOshcdWrQ/Ef8j JkVd/X3LkL/fdWxgIvSEQxreENqAb6UG2CCjPRrICy0FAIHZRrU9zF/KiBdDsRLoQM AWmB7SLpQlCHtJCE7MoI8RiqT72mAHdrrzRV2yQ4XyUTPuPDMPixin71fRV6XuhTTz zEjMTO3pjXuOlKqeYQfIWWmmMTj6v6Y8CarxBr4ypVbBeKX7Cjg1M0vTqTiwIa3ctC 8OlcC2UF77cJw== To: Nikita Popov Cc: PHP internals References: <0736f00e-1373-fa74-8409-6a6e1084f0dd@beccati.com> <4ed2b04f-4771-67d5-e07b-39b6ae89a2bd@beccati.com> Message-ID: Date: Fri, 18 Sep 2020 11:24:39 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Git workflow, PRs and php-cvs ML From: php@beccati.com (Matteo Beccati) Hi Nikita, On 17/09/2020 20:12, Nikita Popov wrote: > Oh sorry, completely misunderstood what you were referring to. I believe > this is related to the size of the diff. Large diffs probably run into > some size limit and don't reach the php-cvs list. I don't know to be honest. From a quick look when the diff is >16kb, an attachement is generated instead (vs inline diff) and in my archive I have emails hitting 250kb. Cheers -- Matteo Beccati Development & Consulting - http://www.beccati.com/