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 B2A891FA13 for ; Mon, 23 Nov 2020 23:36:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726925AbgKWX1t (ORCPT ); Mon, 23 Nov 2020 18:27:49 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:63609 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726712AbgKWX1s (ORCPT ); Mon, 23 Nov 2020 18:27:48 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 979CB8DDF3; Mon, 23 Nov 2020 18:27:45 -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=n+lOgcnE/b0PkB7kKTOLgG3pqnk=; b=IGtIxZ c6LIhW73A10+zdtxTVbClPAGfvT4K3QLj1sK8DfRof8PR/vWCg7MXnduphfYyOtV jqIwc/iT2ohWuyh1GfxdjrJtQmQOrG7Sv2qOMbp4FW6RMZuJ6c8QUQNraTTdwYra BnYiGUi9yTOehrzgZqlKF2sJsOjjFq4RVbm3w= 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=RT1E2s93UPfNVuLR0fM4O35cQkmNEf8Z dSwPeX1vQ8ZAlZZ9yqWNTIwMWLkqwy51I6MZuD07dRnb1uAdBPmdkiTNjIIr2tA2 pvXpHpvLOmPCHPSrJbx274PQZ2PQpyVuhmmO5Hs9Lfxy9eFv7g0ZhplLOpvQPBo5 ET44WDRkDbE= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 8D7F08DDF2; Mon, 23 Nov 2020 18:27:45 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.75.7.245]) (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 169408DDF1; Mon, 23 Nov 2020 18:27:45 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Emily Shaffer Cc: Derrick Stolee via GitGitGadget , git@vger.kernel.org, Jonathan Nieder , Johannes Schindelin , Jeff King , "brian m. carlson" , Martin =?utf-8?Q?=C3=85gren?= , =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason , Derrick Stolee , Derrick Stolee , Derrick Stolee Subject: Re: [PATCH v2 7/7] maintenance: use 'git config --fixed-value' References: <5a3acf811998bb728ce94c69611c237861775142.1606147507.git.gitgitgadget@gmail.com> <20201123224814.GG499823@google.com> Date: Mon, 23 Nov 2020 15:27:44 -0800 In-Reply-To: <20201123224814.GG499823@google.com> (Emily Shaffer's message of "Mon, 23 Nov 2020 14:48:14 -0800") 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: 7D7CF6A2-2DE3-11EB-86D8-D152C8D8090B-77302942!pb-smtp1.pobox.com Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Emily Shaffer writes: > On Mon, Nov 23, 2020 at 04:05:07PM +0000, Derrick Stolee via GitGitGadget wrote: >> >> >> When a repository's leading directories contain regex glob characters, > Minor "well, actually" - I'm not sure 'glob' is the right word to use > here. A careful reader ;-) "metacharacters" is probably what we want.