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=-3.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,URIBL_SBL, URIBL_SBL_A 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 08C311F466 for ; Tue, 28 Jan 2020 04:18:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726518AbgA1ESD (ORCPT ); Mon, 27 Jan 2020 23:18:03 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:46166 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726080AbgA1ESD (ORCPT ); Mon, 27 Jan 2020 23:18:03 -0500 Received: by mail-ed1-f66.google.com with SMTP id m8so13190807edi.13 for ; Mon, 27 Jan 2020 20:18:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MNZOblgpAIxObktJLqBXuxnUlbI0o4wEenbtGAmqj4A=; b=go9H4dAH7QNm0x+yOWSeVGh0oxWhKbgpK4K3ldphvQEKFGOioCFtV55ZbXZCShpeN5 GRPoZ89wwdn336Or/B+bbr2ieXjdlfR5+rXXclZdzBpfWfKMNKifhcA4Lp/CAW/ZOPrS t1H/ogc2Ki8ilCFRB2rbhuVopEAi2EQwb+gZVOIYBoHONSk1PSmEcWxV7eGHEbbSnLHn R7QetnTpg0mi06NG1DNLS82if2IXAOHwVuXPWK6ySJyZTiF1lYgDA0tWkjk6Hys/QiPc EjuhZ9w2ACI9PY/CIMdBEn3fahmKC5PPMpIkXjEvb7PjhpETuFEx9XCT8ZnVdoRp9OEu 8hrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MNZOblgpAIxObktJLqBXuxnUlbI0o4wEenbtGAmqj4A=; b=L5IpqnCoumFL+c1t0QP1hRqqvV/24C+4aIxetTtnVd4r3IXQ39UM0xLxVQjODioP8U JFTW/kx+cbPgKTDXlK281XKFDGAESC+EFuWckZ2uWZLSlkMC/O1Jjh/cHGKfOtmmF9bF aUnrVmjwAjRDa5+OtSngxwgNzVYSLy69rlo0GHxqVmrZTPNwGXiH8RkXjfMwiQF5CXW/ 2WZ6mGVB7B4/yIWI2Bg53W8hFG9Xq/3p04ge0vJJQG9F/ubx9zbfEcrRvUinA5KWhXfl U7xYPZ/Ec4Nb0cO5rCF+XUrKcGeIW3ZV8kxajj3PmYykkaMGi3KWG5dT3Ft11j/Rq/7a X8UQ== X-Gm-Message-State: APjAAAWg7WRSn+NVDk072PV19U41KAIjMMRdLP+QA7CJviLMroqo7AEb NNKwIJFoSZlvoAI39T3XEEmtXOp2kJWMVhZgOX3D8g== X-Google-Smtp-Source: APXvYqw9MYR6HgoCxCg0Z+fvfz3BAWbp0Mh+FVVR1YsSOCWnrQsUSymtMoWrkOfL9xxsSbJ5iNiLXsKPe1993XKPfd0= X-Received: by 2002:a17:906:7c5a:: with SMTP id g26mr1419640ejp.249.1580185081087; Mon, 27 Jan 2020 20:18:01 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Heba Waly Date: Tue, 28 Jan 2020 17:17:49 +1300 Message-ID: Subject: Re: [PATCH v2] git: update documentation for --git-dir To: Johannes Sixt Cc: Heba Waly via GitGitGadget , Git Mailing List Content-Type: text/plain; charset="UTF-8" Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Mon, Jan 27, 2020 at 7:29 PM Johannes Sixt wrote: > > Does this render well? Judging by the precedent set by the descriptions > of -C and -c options earlier in this file, continuation paragraphs > should not be indented and separated by a line with just a plus sign > instead of an empty line. It doesn't render well, thanks for pointing it out, will send an updated version. Thanks, Heba