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=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from out-79.mta0.migadu.com (out-79.mta0.migadu.com [IPv6:2001:41d0:1004:224b::4f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id CF4091F452 for ; Sun, 6 Aug 2023 04:10:53 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=kyleam.com header.i=@kyleam.com header.a=rsa-sha256 header.s=key1 header.b=Zhn/cn1D; dkim-atps=neutral X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1691295050; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=k3d2TCK3idFH0cGzVLsORJUEBq/RRHI3QQziIyHjtJQ=; b=Zhn/cn1DbUiWA+kpYUPzZvajTT+MiapefMFIjbu4xwdGsLwsKRRYYgzucJ80I7XXaZL7Ng oUJynHDVmScD0N4bYbshwKwuLHM7to4CFZpTb0TXpmqhxpnZVFIGf6DTL+9663jlYjT8Db BIFSdIrLPpE/H8hi+xZ89RJDztHq8hmy2n74oQzlvDFgsXz/YaWtOxEjzHk81VyB0Hffwz idnhfnw6NPL3gl1gDWLmPnEMRKfRDSJB+h31atgdlfPXStzUGcZsDrc6Bg9+qYy2N/jfkT LEsYIITYtasrIyycTlMY7oyjo9EkZb97rvdbIswmy+dI6nMLBEUdpVgrH0dqmA== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 1/2] doc: add manpage for -cindex In-Reply-To: <20230806023156.3483821-2-e@80x24.org> References: <20230806023156.3483821-1-e@80x24.org> <20230806023156.3483821-2-e@80x24.org> Date: Sun, 06 Aug 2023 00:10:47 -0400 Message-ID: <87leeovmig.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT List-Id: 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/ > +=head1 UPGRADING > + > +Occasionally, public-inbox will update it's schema version and s/it's/its/ (This typo is shared with the docs of public-inbox-extindex and public-inbox-index.)