]> Sergey Matveev's repositories - public-inbox.git/commit
implement public-inbox-purge tool
authorEric Wong <e@80x24.org>
Thu, 10 Jan 2019 21:14:27 +0000 (21:14 +0000)
committerEric Wong <e@80x24.org>
Fri, 11 Jan 2019 04:07:17 +0000 (04:07 +0000)
commit440b0feaa209e12e4bcb8ef16a95041fce71e7dc
tree493c947adb8a12aa5e8ab24984eafa81120b167a
parent995849ed8a5a6f96105263a546e55e6c8811e76e
implement public-inbox-purge tool

Expose the ->purge functionality of V2Writable for rewriting
git history to permanently purge messages from history.  This
may be necessary for legal reasons.

Usage:

# requires ~/.public-inbox/config
public-inbox-purge --all </path/to/message-to-purge

# good for testing with unconfigured inboxes:
public-inbox-purge $INBOX_DIR </path/to/message-to-purge
MANIFEST
script/public-inbox-purge [new file with mode: 0755]
t/purge.t [new file with mode: 0644]