From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 61B8A1F406 for ; Sun, 6 Aug 2023 02:31:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1691289116; bh=qnKGxBmVNmpU5z11YradoaNvHxammk19ssZe1D+Vspc=; h=From:To:Subject:Date:From; b=CLWaiHDywGt0+5MiWF3rBhJ/2PQWMms1ERzOo8wTiQhXg9SCR3Mt4MWb+AkIYpVNe FEBGRwpSslTlSmkkFokmrc7r5FvBx0dGUQ2D00vjpSZxXsjMxPpFYr1FjrWuhel2eg hTOwavKT0wn3FLHtHuOyfpw0i0Bw4OUhfDRLSKKU= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] doc updates for -clone + -cindex Date: Sun, 6 Aug 2023 02:31:54 +0000 Message-Id: <20230806023156.3483821-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: cindex still needs work (both doc and implementation)... Eric Wong (2): doc: add manpage for -cindex doc: clone: add a note about git 2.41+ and fetch.hideRefs Documentation/public-inbox-cindex.pod | 141 ++++++++++++++++++++++++++ Documentation/public-inbox-clone.pod | 6 +- MANIFEST | 1 + 3 files changed, 147 insertions(+), 1 deletion(-) create mode 100644 Documentation/public-inbox-cindex.pod