Kyle Meyer <[email protected]> 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<coderepo>) 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<publicinbox.indexBatchSize> 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</--reindex>. =head1 CONTACT
