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-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-4.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_LOW,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 C0D9F1F8C6 for ; Wed, 18 Aug 2021 20:00:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233693AbhHRT6C (ORCPT ); Wed, 18 Aug 2021 15:58:02 -0400 Received: from pb-smtp1.pobox.com ([64.147.108.70]:58840 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233719AbhHRT5y (ORCPT ); Wed, 18 Aug 2021 15:57:54 -0400 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id C7168D77A8; Wed, 18 Aug 2021 15:57:16 -0400 (EDT) (envelope-from junio@pobox.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=6nvQc0B8Y8t1aNnGsVKezadPimnBr7cDOeaBgZ CJA/c=; b=PQKXTVhJB0t2BXcZeqvxMHkggELi5LaCyEblnu4oVJcZNpZeCU/r31 92qqrULft3RreJEARqvZaEAGaEsohjOadLs/gtHTxkeAbPQiXu7YHEnyrJwFWUBg hF+MnPGGeEEpq/ghTggTobRctrxU7Bu6oakK6xJvAgXSvkbiN+kuM= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id B1FB0D77A7; Wed, 18 Aug 2021 15:57:16 -0400 (EDT) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.116.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp1.pobox.com (Postfix) with ESMTPSA id 3BDDDD77A4; Wed, 18 Aug 2021 15:57:16 -0400 (EDT) (envelope-from junio@pobox.com) From: Junio C Hamano To: Emily Shaffer Cc: Mahi Kolla via GitGitGadget , git@vger.kernel.org, Philippe Blain , Mahi Kolla , Felipe Contreras , Mahi Kolla Subject: Re: [PATCH v6] clone: set submodule.recurse=true if submodule.stickyRecursiveClone enabled References: Date: Wed, 18 Aug 2021 12:57:15 -0700 In-Reply-To: (Emily Shaffer's message of "Tue, 17 Aug 2021 16:02:10 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 7CD1054C-005E-11EC-A640-8B3BC6D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Emily Shaffer writes: > I like the changes you propose here. It also looks to me like you wanted > to wait for Mahi to send the updates herself, which I appreciate. > > Mahi's internship ended last week and I believe she told me she's > planning to be very busy this week; so if we don't hear from her by this > time next week, I'll send a reroll with these changes (unless you want > to just take them yourself without the list churn). I'd make a "fixup!" out of the message you are responding to, and then queue it on top of what was posted by Mahi. Then I'll send the fixup to the list as a reply to this message, so that later you and Mahi can ack (or further update) it. After that, I can squash the fixup into the patch and merge it down (unless there are objections from other places, that is). Thanks.