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 74EC51F406; Wed, 16 Aug 2023 02:13:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1692152001; bh=Ah8hYjuu1TX7rniWmkVNNNYyL5RSIi9sOloiUQjI1XY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wjeCpJEua2VEeokds2LoIqh9bst7zUXakujt9aAglFsdLH48U8g6mHtXU1B753LFg oaxDtE3Hkeb/2mhn0uh7Fg8lekGhTxLNh297ybNCD8qPMidrfZMlesUPqRGQ0JtE/G FMHCSQqI2GCFzkIto8NdriaRNhUM/2lthicVOFjk= Date: Wed, 16 Aug 2023 02:12:14 +0000 From: Eric Wong To: Kyle Meyer Cc: meta@public-inbox.org Subject: Re: [PATCH 1/2] doc: add manpage for -cindex Message-ID: <20230816021214.M399094@dcvr> References: <20230806023156.3483821-1-e@80x24.org> <20230806023156.3483821-2-e@80x24.org> <87leeovmig.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87leeovmig.fsf@kyleam.com> List-Id: Kyle Meyer wrote: > Eric Wong writes: > > > +=head1 NAME > > + > > +public-inbox-index - create and update search for code repositories > > s/-index/-cindex/ > > > +(fuzzy join) coderepos with Xapian-indexed inboxes. It only indexes > > +commit messages and diffs as they would show up in a an email. It > > s/a an/an/ Thanks, will push with this squashed in: diff --git a/Documentation/public-inbox-cindex.pod b/Documentation/public-inbox-cindex.pod index 93149e62..d2d5dadc 100644 --- a/Documentation/public-inbox-cindex.pod +++ b/Documentation/public-inbox-cindex.pod @@ -1,6 +1,6 @@ =head1 NAME -public-inbox-index - create and update search for code repositories +public-inbox-cindex - create and update search for code repositories =head1 SYNOPSIS @@ -13,7 +13,7 @@ public-inbox-cindex [OPTIONS] --update public-inbox-cindex creates and updates the Xapian search index for git code repository (C) search. It can also associate (fuzzy join) coderepos with Xapian-indexed inboxes. It only indexes -commit messages and diffs as they would show up in a an email. It +commit messages and diffs as they would show up in an email. It does not index the contents of blobs directly. Like inbox indices, coderepo indices can either be internal or external @@ -120,7 +120,7 @@ Use C instead. =head1 UPGRADING -Occasionally, public-inbox will update it's schema version and +Occasionally, public-inbox will update its schema version and require a full reindex by running this command with L. =head1 CONTACT