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 E7AF81F5AE for ; Tue, 7 Jul 2020 16:45:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728149AbgGGQp1 (ORCPT ); Tue, 7 Jul 2020 12:45:27 -0400 Received: from pb-smtp20.pobox.com ([173.228.157.52]:54365 "EHLO pb-smtp20.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728029AbgGGQp1 (ORCPT ); Tue, 7 Jul 2020 12:45:27 -0400 Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id D3C21D2AFC; Tue, 7 Jul 2020 12:45:25 -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; s=sasl; bh=B5OZYJQQrYRApCwva8w1JaO+9go=; b=lkKQxq kiPeCQsoX+eItrHhkxGFcNojF6nHwfEBsh/oRAEyAiEEK2WcAmXwCGLBPvrqdMUE yt46DA2ZwVa4ihbVsJ+Bi/hFlBXXu4YpakeCEvjUv6oLbLEwGhbZrhzrweB3g9N/ K9fvaMDbTkq5x90Pujos3Y0xGvILDpGUVHo2s= 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; q=dns; s=sasl; b=A+8J4uO6PzXAmHZqq+tvcw9UBxBXJO0+ C2L9PQL6jclEVAZZolbYiBu7ZMppfyI0XIzIUTym4GKvP+rv7PQ0RtLRgMiB5yd1 mLLc/qfNppyA6IZRqJIy/lKx78DcLsmsB9Hsk2TKUaAwWwprjdkeAOOMeBKUPrRQ ggeUthtV5JU= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id CC47AD2AFB; Tue, 7 Jul 2020 12:45:25 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [35.231.104.69]) (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 1C9F2D2AFA; Tue, 7 Jul 2020 12:45:23 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Derrick Stolee Cc: 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> Date: Tue, 07 Jul 2020 09:45:21 -0700 In-Reply-To: <7ce9163b-eafe-20a8-bd8e-7042807c98f0@gmail.com> (Derrick Stolee's message of "Tue, 7 Jul 2020 12:00:12 -0400") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 405445EE-C071-11EA-87C8-B0405B776F7B-77302942!pb-smtp20.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Derrick Stolee writes: >> Oops, I am not sure what happened here. There I thought were issues >> pointed out at least on the latter series but was I hallucinating? > > I believe I have resolved all the open comments in both series. OK, then I do not have to be worried. Let's merge it down before -rc0. Thanks.