]> Sergey Matveev's repositories - public-inbox.git/commit
lei forget-search: support --prune=<local|remote>
authorEric Wong <e@80x24.org>
Fri, 22 Oct 2021 08:22:47 +0000 (08:22 +0000)
committerEric Wong <e@80x24.org>
Fri, 22 Oct 2021 19:07:39 +0000 (19:07 +0000)
commit6f8e16a266b30819ff74c40bc532f8c3f4a9f4b7
treed95be5a1ef82bde0ce6d1a29cd45ad74c143d8d8
parent70a3ebbe4f277938d2a129c661a22b93b5f24d80
lei forget-search: support --prune=<local|remote>

Instead of:

lei forget-search $OUTPUT && rm -r $OUTPUT

we'll also allow a user to do:

rm -r $OUTPUT && lei forget-search --prune

This gives users flexibility to choose whatever flow
is most natural to them.
Documentation/lei-forget-search.pod
lib/PublicInbox/LEI.pm
lib/PublicInbox/LeiForgetSearch.pm
lib/PublicInbox/LeiUp.pm
t/lei-q-save.t