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=-3.8 required=3.0 tests=AWL,BAYES_00, 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 1BE0F1F953 for ; Mon, 8 Nov 2021 00:16:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236780AbhKHATA (ORCPT ); Sun, 7 Nov 2021 19:19:00 -0500 Received: from mail-ed1-f53.google.com ([209.85.208.53]:39507 "EHLO mail-ed1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232626AbhKHAS7 (ORCPT ); Sun, 7 Nov 2021 19:18:59 -0500 Received: by mail-ed1-f53.google.com with SMTP id r12so55636592edt.6 for ; Sun, 07 Nov 2021 16:16:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=v4lhBIrrvf1La5qrUj9aXtVMU00/9H1Qev29NXQl2Z0=; b=qGHU91zeoSEA9BsuNIJfQ3xiVU+5Fc6qPj5JepPwgYZDVtfRPe69v3XyDVfmFSJR2C TN6eIQaG/PTRTryNgAPh1j+EjeJx4nRdtdKoUU/WNos4JHi+81LXh8LYEZGofPPtNx8k UugO/PkpEeaknjm3FKVZ9nQhCkEKnq2VXa5FM0ueSGGV+9ISMiEvmqZ7JazDiRrbLHAJ aRsUY6TPvTmewzXciEZHnnTbhqH2I4GMkvfrgfOfyySZ2ClEQ7iFHHmqTQWXZTGxwQYP yFLx0GqO5eAo74NOyNiFD+xsBmbOzBcrZ8v8jrYK6+uiwAxsL6Y4csxPMuVwuQn0OtlI 15ag== X-Gm-Message-State: AOAM533WYH2Xr98iXd7tVnRZxCDVHotNsWgDLF2eDnLQtYobba96C8gT 7EyGrzIJJVjw7vrLgS3JA5VxhkNwO0BBrMLXFtI= X-Google-Smtp-Source: ABdhPJysVUkHjruY/ShHsSel+/ySSrVSNecO0+DAHbeht4puIfl2G6V5iyzl1AQ5cTftGhZ5cQbBmm6L1zStZzUUBP8= X-Received: by 2002:a50:fe0b:: with SMTP id f11mr93652567edt.231.1636330575017; Sun, 07 Nov 2021 16:16:15 -0800 (PST) MIME-Version: 1.0 References: <20211107225525.431138-1-sandals@crustytoothpaste.net> In-Reply-To: <20211107225525.431138-1-sandals@crustytoothpaste.net> From: Eric Sunshine Date: Sun, 7 Nov 2021 19:16:04 -0500 Message-ID: Subject: Re: [PATCH v2 0/3] Additional FAQ entries To: "brian m. carlson" Cc: Git List , Jeff King , Johannes Schindelin , Bagas Sanjaya , Junio C Hamano , Derrick Stolee Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Sun, Nov 7, 2021 at 5:55 PM brian m. carlson wrote: > This series introduces some additional Git FAQ entries on various > topics. They are all things I've seen in my professional life or on > Stack Overflow, so I've written documentation. > > Changes from v1: > * Drop the monorepo patch for now; I want to revise it further. > * Reorder the working tree patch to place more warnings up front. > * Mention core.gitproxy and socat. > * Rephrase text in the EOL entry to read correctly and be easier to > understand. > * Improve the commit message for the working tree FAQ entry to make it > clearer that users wish to transfer uncommitted changes. Thanks for re-rolling. FAQ entries are, of course, bikeshedding fodder, so I left a number of bikeshedding comments and pointed out one minor typo. Whether any of the comments warrant a re-roll or are even worth discussing is a matter of opinion, and they could certainly all be addressed later (by someone) atop the current series if desired; I don't think any of the comments were blockers.