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 81E031F46C for ; Thu, 23 Jan 2020 06:44:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726232AbgAWGoM (ORCPT ); Thu, 23 Jan 2020 01:44:12 -0500 Received: from pb-smtp1.pobox.com ([64.147.108.70]:56738 "EHLO pb-smtp1.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726164AbgAWGoL (ORCPT ); Thu, 23 Jan 2020 01:44:11 -0500 Received: from pb-smtp1.pobox.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 30DB93E949; Thu, 23 Jan 2020 01:44:09 -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=7r4LY1T2wzm/zW6ePwgzKYDMQio=; b=MvcNr7 yiw8RQCg08NIk7MfQhAQk49pHn8ttwQUlapRkLGnJKzUT7WRfXr6FLB0LhiRrlpz 5sXg7qa/acL8idU5KHDMc8GYSjv46kv1l3TbTtUYmSg4ztWu4Z/IwAhF8du13PHR R3ezlQnhHUFCGa/qYuZfIYKyf3jP/Dlal6+2w= 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=BSPai0xn6XYgyBvJ51wudyY10sRHYEnj c8CRZ/+g1ryl+8qoC7oRkAzUZXhQiBF3b+ttUtLN18xM1lT0ZkS58+fmGXbCL0r+ h2mP0Pi02qdkK7T0duTRSY3FsAIDSvo3hAFloqhdOslzjiCIO0uuv/v2wCiKoFYT R/sK3dqSkIY= Received: from pb-smtp1.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp1.pobox.com (Postfix) with ESMTP id 27CBF3E948; Thu, 23 Jan 2020 01:44:09 -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 879CF3E947; Thu, 23 Jan 2020 01:44:08 -0500 (EST) (envelope-from junio@pobox.com) From: Junio C Hamano To: Emily Shaffer Cc: Heba Waly via GitGitGadget , git@vger.kernel.org, Heba Waly Subject: Re: [PATCH] git: update documentation for --git-dir References: <20200123025521.GA126375@google.com> Date: Wed, 22 Jan 2020 22:44:07 -0800 In-Reply-To: <20200123025521.GA126375@google.com> (Emily Shaffer's message of "Wed, 22 Jan 2020 18:55:21 -0800") 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: C1A49548-3DAB-11EA-8DB2-C28CBED8090B-77302942!pb-smtp1.pobox.com Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Emily Shaffer writes: > I feel biased. I want to say, "In many cases, -C= is easier to > understand than --git-dir" instead. :) But my goal with sending this > task to you was "convince people to use -C instead of --git-dir unless > they're really sure" - which may or may not align with the sentiment of > the rest of the list. Ahh, OK. These two are options for completely different purposes, and I tend to agree with you that most users when they misuse --git-dir the do want -C instead.