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 1tqO4h-00437f-Vy for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Mar 2025 03:08:35 +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 1tqO4g-0027zi-0S for pgsql-hackers@arkaria.postgresql.org; Fri, 07 Mar 2025 03:08:34 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1tqO4f-0027zZ-Md for pgsql-hackers@lists.postgresql.org; Fri, 07 Mar 2025 03:08:33 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1tqO4d-001Q6Q-2l for pgsql-hackers@lists.postgresql.org; Fri, 07 Mar 2025 03:08:32 +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 52738Sf0936543; Thu, 6 Mar 2025 22:08:30 -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: <703819.1741281033@sss.pgh.pa.us> Comments: In-reply-to Jelte Fennema-Nio message dated "Fri, 07 Mar 2025 00:48:36 +0100" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <936541.1741316908.1@sss.pgh.pa.us> Date: Thu, 06 Mar 2025 22:08:28 -0500 Message-ID: <936542.1741316908@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, I went for the approach of just trying everything until one > works. Starting with "git am", then patch(1), and as a final attempt > "git apply". +1, thanks! regards, tom lane