From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id D6C561F5AE for ; Tue, 7 Jul 2020 18:13:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728238AbgGGSM6 (ORCPT ); Tue, 7 Jul 2020 14:12:58 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:59815 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728182AbgGGSM5 (ORCPT ); Tue, 7 Jul 2020 14:12:57 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id E6A4AD377D; Tue, 7 Jul 2020 14:12:55 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; s=sasl; bh=8k48WLQUlBVt s8dVmv0T6Mvy/mU=; b=BkprkY2e741J8auGumc7lrEdklB/Ln/IHAzvmMMxct25 sufpWi+5CgOp+oWaJB6SzaFkXrKrzIiLR5yujdk2oyMia5R4gbK8VW0jJMrPVIzS Hu5MTr5mc86yi8BlEj5H4asPu8okjIYAUG8m4MsR44MzLq1RDyZav1qQo/N2xeU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=sasl; b=vDYni3 w2urxqUKnYdf2YG1rVxT+FZPpmfNKIJKnx53O5MuUPf9yD+ee3v0KsUmyl0Kexqs 0ZISP/nmXP4zbQr/f+8BCSSekh3X9QEN3rdW766+oEmtmYS17+VsY2M/dCGmD8uU rF1FHQDNWM/XQprp6oyQNV39zH5iT4IAi/W8k= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id DE0D4D377B; Tue, 7 Jul 2020 14:12:55 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.196.173.25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id 2CC57D3779; Tue, 7 Jul 2020 14:12:53 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: SZEDER =?utf-8?Q?G=C3=A1bor?= Cc: Derrick Stolee , git@vger.kernel.org Subject: Re: sg/commit-graph-cleanups (was Re: What's cooking in git.git (Jul 2020, #01; Mon, 6)) References: <90cf9ac2-1ab0-1c9b-706b-6c5176ab47dd@gmail.com> <7ce9163b-eafe-20a8-bd8e-7042807c98f0@gmail.com> <20200707172123.GD11341@szeder.dev> Date: Tue, 07 Jul 2020 11:12:51 -0700 In-Reply-To: <20200707172123.GD11341@szeder.dev> ("SZEDER =?utf-8?Q?G?= =?utf-8?Q?=C3=A1bor=22's?= message of "Tue, 7 Jul 2020 19:21:23 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Pobox-Relay-ID: 799CD9CC-C07D-11EA-A3B5-B0405B776F7B-77302942!pb-smtp20.pobox.com Content-Transfer-Encoding: quoted-printable Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org SZEDER G=C3=A1bor writes: > On Tue, Jul 07, 2020 at 09:45:21AM -0700, Junio C Hamano wrote: >> Derrick Stolee writes: >>=20 >> >> Oops, I am not sure what happened here. There I thought were issue= s >> >> pointed out at least on the latter series but was I hallucinating? >> > >> > I believe I have resolved all the open comments in both series. >>=20 >> OK, then I do not have to be worried. >>=20 >> Let's merge it down before -rc0. > > I think it was merged to next too soon. I haven't even done with > reporting all the issues that were already in v2.27.0, let alone > looking through these followup series... Oh, so what's your preference? Reverting all the commit-graph stuff that is not in 2.26 may be tempting but is not practically feasible this late in the cycle. It sounded like Derrick was OK to leave them in 'next', and I am fine with keeping them out of the upcoming release.