From 95f7de28e03cd3e23779bfd86ef722d42bca2f6e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 21 Oct 2024 20:24:58 +0000 Subject: [PATCH] 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. --- Documentation/public-inbox-cindex.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2