Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tqEk3-001eXe-Jq for pgsql-hackers@arkaria.postgresql.org; Thu, 06 Mar 2025 17:10:39 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1tqEk2-0017X4-Ch for pgsql-hackers@arkaria.postgresql.org; Thu, 06 Mar 2025 17:10:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tqEk2-0017Vp-25 for pgsql-hackers@lists.postgresql.org; Thu, 06 Mar 2025 17:10:38 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tqEjy-001Kqz-1w for pgsql-hackers@lists.postgresql.org; Thu, 06 Mar 2025 17:10:37 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 526HAXxC703820; Thu, 6 Mar 2025 12:10:33 -0500 From: Tom Lane To: Jelte Fennema-Nio cc: vignesh C , PostgreSQL Hackers , Jacob Brazeal Subject: Re: Commitfest app release on Feb 17 with many improvements In-reply-to: References: Comments: In-reply-to Jelte Fennema-Nio message dated "Thu, 06 Mar 2025 17:00:52 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <703818.1741281033.1@sss.pgh.pa.us> Date: Thu, 06 Mar 2025 12:10:33 -0500 Message-ID: <703819.1741281033@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Jelte Fennema-Nio writes: > Okay, the cause of this seems to be that the CFbot currently uses "git > apply --3way", not "git am --3way". For some reason "git apply" fails > to apply the patch while "git am" succeeds. I'll check this weekend if > I can change the logic to use "git am" instead. Please see if you can make it use patch(1). IME git is too stiff-necked about slightly stale patches no matter which subcommand you use. regards, tom lane