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 668551F66F for ; Wed, 18 Nov 2020 21:54:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726136AbgKRVxh (ORCPT ); Wed, 18 Nov 2020 16:53:37 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:57772 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725710AbgKRVxh (ORCPT ); Wed, 18 Nov 2020 16:53:37 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id CC2ACA13D2; Wed, 18 Nov 2020 16:53:34 -0500 (EST) (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=EJ/bkJisB1GHohn08P+RtZ8XQXM=; b=dJ7muj lqMBCoiTBX5Z4Ho32QgD81z3wktqX6a6pYPK9uA1CTyN1f9fxNPbtQ8GMuOKVmGK iOBT+WrykDTUiH+Kz4WUxpz8v/C2IE24HAdeckJAf3SLBJ5zubVCGdW65zqbwM02 4cW9PaZLf/r3EPJp14uZH/nXXSO90w/W8XJ+I= 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=EyDu0UUX6OA0wFhpmvU8O+RBPCLkBEC8 RhHdf8zsBcpiaWEinr4NkklDtPNLA8xNDlm5Zz/G6vX8KxEz79DzTEEbUaNnmePo KyDXNC7K+ctc0Dl3ENfDukZKK3nuyS1TMgSGUh7tvdkKWicJX7dxZM7iz0Z5Y7d8 bnPKaulZCL8= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id C4CB4A13D1; Wed, 18 Nov 2020 16:53:34 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.74.119.39]) (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 540FFA13D0; Wed, 18 Nov 2020 16:53:34 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Johannes Schindelin Cc: Johannes Schindelin via GitGitGadget , git@vger.kernel.org Subject: Re: [PATCH 0/3] t2106 vs. the default branch name References: Date: Wed, 18 Nov 2020 13:53:33 -0800 In-Reply-To: (Johannes Schindelin's message of "Wed, 18 Nov 2020 21:56:41 +0100 (CET)") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 814FFCEC-29E8-11EB-A03D-D152C8D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Johannes Schindelin writes: > The four test scripts for which I sent patch series in the past hours to > remove the use of the name `master` won't be touched by v3 of this here > patch series at all (because it won't be necessary anymore). Ah, OK. I somehow had an impression that the big series was more or less done but rethinking the structure and ejecting these changes to tests that do not care what name the "init" uses by default from the series makes a lot of sense. Thanks.