Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1271571pxb; Thu, 4 Mar 2021 07:29:34 -0800 (PST) X-Google-Smtp-Source: ABdhPJwJd3cT0Rnhtbfo4z008SNAc06KluqcOla0Y/WvnG0ca/ohQuBeIYzeoGlnbN32eT19oi8g X-Received: by 2002:aa7:d74b:: with SMTP id a11mr4916246eds.92.1614871774027; Thu, 04 Mar 2021 07:29:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614871774; cv=none; d=google.com; s=arc-20160816; b=je/hOUjvOtqtCd7t6qANn5/v8wsDCRutmrn+t5TX5DBzLZxniv/hDJueTbfZSRWLi0 NX4IjlNpY1j1a1TknDgSN/71Z9cBYXJFQrm6XRRs3npk+T887jnsRpSPDjea1bstFpYs 0+LW9QBN2Y1wbLEpwjDyQj3xztlNfpsPzqczMDjxyRQMNYM3bF5jjHrJCs/e/R+8oaW1 0roZdTk0Q78y0UCcT1c5/SOAO657J+Tp4a5pJ6ZeB1+PSF+DaC6O3wbZGI2ifFeQLbpc gXqul0ws1EbY5ARJa8COrq+Xmmx4AJe20fNWU/qI15mFWFuVupXAAZ8/meiT2TcaQ7UA bUBA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=zU8E30LThgSSmpE2ohRlvVLxTC4OGZfRBQRUwQP1ZPc=; b=KJw06Ai8fCghMkj8vMlrWEIDKmPPvViwFVQQzFA6auLkl0ywnXXTcChZYRYixK7heQ B2njgbqhu2oo3js/qgNhpPGaTuQRoUf1v8hN8D05pQ2FiXaPFpfrOggNlxopwNYpD0Jg J+xM8pTqAIYsPtoZ00R1Jl6I7pxln+LO65JGwlWjStw8dDDartuYKqIfNsSph7klwlKx K9xkXJSmn6dc4VwSIBf7R6a94qwYg2cfPiV7lNge+k4Z/zvLTJSECvTKzhO2fbSPb5vC LSG/N9VgmMRkd68AoGOxTU0Exai0aNEXqCOv/u5Nx4gaoW6RLdcTCdZDOAjd6g/XGoJL KHaA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u20si10479250ejr.511.2021.03.04.07.29.09; Thu, 04 Mar 2021 07:29:34 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236483AbhCDIO6 (ORCPT + 99 others); Thu, 4 Mar 2021 03:14:58 -0500 Received: from relay11.mail.gandi.net ([217.70.178.231]:53283 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236415AbhCDIOu (ORCPT ); Thu, 4 Mar 2021 03:14:50 -0500 Received: from localhost (unknown [180.94.32.211]) (Authenticated sender: me@yadavpratyush.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 80912100004; Thu, 4 Mar 2021 08:14:06 +0000 (UTC) Date: Thu, 4 Mar 2021 13:44:03 +0530 From: Pratyush Yadav To: Junio C Hamano Cc: Eric Sunshine , Git List , Linux Kernel , git-packagers@googlegroups.com Subject: Re: [ANNOUNCE] Git v2.31.0-rc1 Message-ID: <20210304081403.vmtpxfi75jimxlmx@yadavpratyush.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/03/21 10:14PM, Junio C Hamano wrote: > Eric Sunshine writes: > > > On Wed, Mar 3, 2021 at 7:23 PM Junio C Hamano wrote: > >> Pratyush Yadav (1): > >> git-gui: remove lines starting with the comment character > > > > Is there some way that this can be removed from v2.31.0 before final > > release? It badly breaks git-gui on macOS[1,2] to the point of making > > it unusable (Tcl throws errors at launch time and when trying to > > commit, and committing is 100% broken). > > Thanks. > > I could revert the merge with the problematic changes to git-gui, > i.e. 0917373 (Merge https://github.com/prati0100/git-gui, > 2021-03-01), but if possible, I'd rather merge a revert made on the > git-gui side. If b1056f60 (Merge branch 'py/commit-comments', > 2021-02-22) is the tip of git-gui repository, and b9a43869 (git-gui: > remove lines starting with the comment character, 2021-02-03) is > what breaks, perhaps > > $ git checkout b1056f60^2 && > git revert b9a43869 && > git checkout b1056f60 && > git merge @{-1} > > would be what we want to have at the tip of git-gui until the > breakage gets sorted out. > > Pratyush? I will send a follow-up PR with the patch reverted. I'll then apply Eric's patch to fix breakage on MacOS and let it simmer till the next release. Let's not risk any breaking changes close to release. -- Regards, Pratyush Yadav