From: Eric Wong Date: Mon, 21 Oct 2024 20:24:58 +0000 (+0000) Subject: doc: cindex: clarify --prune switch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f7de28e03cd3e23779bfd86ef722d42bca2f6e;p=thirdparty%2Fpublic-inbox.git doc: cindex: clarify --prune switch --prune doesn't remove commits from git, it only removes them from the index. Thus "unindex" is a better word to describe the removal of commits from the index. --- diff --git a/Documentation/public-inbox-cindex.pod b/Documentation/public-inbox-cindex.pod index fdc2b82d5..f7d7de6e5 100644 --- a/Documentation/public-inbox-cindex.pod +++ b/Documentation/public-inbox-cindex.pod @@ -59,7 +59,7 @@ Incrementally index all previously-indexed coderepos. =item --prune -Removes commits which are no longer accessible via git. +Unindexes commits which are no longer accessible via git. Use this after L (or L). =item --no-fsync