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: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BBB0F1F403 for ; Fri, 7 Oct 2022 07:42:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1665128557; bh=0HTsAqr1wB6TN3e1brvmBVwJQWCFJ2K5sagkjJerZ18=; h=Date:From:To:Subject:References:In-Reply-To:From; b=TkteWTeViZZS9swUDsZVpfN3K45NgRutKWee/OqrDKUCTUMETBR47an/vKnQfTbur iDr4NqzMdHD7hfVF4W8RBiE4nbN22Bz+s4RrtP/RP5n62NMa0c3jcyquYXEbi39dnG NyA6+XEv1e+J1NNH7dGSqGEe5ZMorX/g03p+0pRM= Date: Fri, 7 Oct 2022 07:42:23 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [squash 4/3] manpage fix (was: [PATCH 3/3] www: support publicinbox.cgit knob) Message-ID: <20221007074223.M174948@dcvr> References: <20221005222941.4098-1-e@80x24.org> <20221005222941.4098-4-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20221005222941.4098-4-e@80x24.org> List-Id: Will squash the following into the docs, since my mind was nearly passed out by the time I wrote the manpage entry :X --- Documentation/public-inbox-config.pod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/public-inbox-config.pod b/Documentation/public-inbox-config.pod index 88403100..e926a27b 100644 --- a/Documentation/public-inbox-config.pod +++ b/Documentation/public-inbox-config.pod @@ -295,6 +295,9 @@ or /usr/share/cgit/ =item publicinbox.cgit +Controls whether or not and how C is used for serving coderepos. +New in public-inbox 2.0.0 (PENDING). + =over 8 =item * first @@ -311,6 +314,8 @@ git code repository viewer doesn't recognized the URL. Rewrite C URLs for our native, inbox-aware code repository viewer. This implies C for URLs the native viewer does not recognize. +=back + Default: C (C will be used iff C is set and the C binary exists).