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: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI,RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 374861F466 for ; Sat, 18 Jan 2020 18:10:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726999AbgARSKD (ORCPT ); Sat, 18 Jan 2020 13:10:03 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:50094 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726490AbgARSKD (ORCPT ); Sat, 18 Jan 2020 13:10:03 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 4C839407D6; Sat, 18 Jan 2020 13:10:00 -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=bpagU2BfeiE0foSKzIYaj+8jdic=; b=BVJz1z lCgEx5jqrda2niyrtDeuD4YGUxiuE+P8QzpGpdPkZWtMM+rbvqWEutYVIzPdnWro WU3lkzBneSBpBwd7uNzPWrYGeikNRvZNMh4xltNfNzMo5biLsg0GCRQekXvEBgZ6 gR0xbZ+jazoQsyvS1sGsZ/SwB6pIHC8zntqrA= 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=H4IVef5ZzA0ajjNhydlQ4AhAfZHt3Xvj yCx8Cn2/ajg4W2kl7fIyzWtk9mDmtqwIgfpBDtTH7tk//c7dw/bTTLtLoejfXbCr yf/3HXyTBJMAkO39u3Sa1YOuQxbyBLuKtWoNL9jYgT7Af7pz+t+MWhui+Qlc+SKT 7nPgQxGW8Mo= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 380AB407D4; Sat, 18 Jan 2020 13:10:00 -0500 (EST) (envelope-from junio@pobox.com) Received: from pobox.com (unknown [34.76.80.147]) (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 8D350407D3; Sat, 18 Jan 2020 13:09:59 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Matt Rogers Cc: Matthew Rogers via GitGitGadget , git@vger.kernel.org Subject: Re: [PATCH v3 2/4] config: refine config scope enum References: Date: Sat, 18 Jan 2020 10:09:58 -0800 In-Reply-To: (Matt Rogers's message of "Sat, 18 Jan 2020 10:27:16 -0500") 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: BD806208-3A1D-11EA-AA6C-C28CBED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Matt Rogers writes: >> So the gist of the change is to split REPO into two, LOCAL and >> WORKTREE. >> >> If we can find a way to state that concisely, perhaps we can improve >> "refine enum" and make it more informative. >> > > Should I just say "split repo scope" Or is that too on the nose? Yeah, I think phrasing along that line would work well. config: split repo scope to local and worktree That's 46 chars.