]> Sergey Matveev's repositories - public-inbox.git/commitdiff
doc: v1: add a reference to git-filter-repo(1), too
authorEric Wong <e@yhbt.net>
Thu, 6 Feb 2020 04:03:49 +0000 (22:03 -0600)
committerEric Wong <e@yhbt.net>
Thu, 6 Feb 2020 19:10:59 +0000 (19:10 +0000)
The git-filter-branch(1) manpage itself recommends git-filter-repo,
nowadays due to performance and safety problems.

Documentation/public-inbox-v1-format.pod
Documentation/txt2pre

index 507c94512d8a4bb902bb0487c488b6b07159d9be..47a6c94a2086167021377c2a2541f510a72f4c43 100644 (file)
@@ -169,7 +169,8 @@ there may be many files.
 
 It is impossible to completely expunge messages, even spam, as git
 retains full history.  Projects may (with adequate notice) cycle to new
-repositories/branches with history cleaned up via L<git-filter-branch(1)>.
+repositories/branches with history cleaned up via L<git-filter-repo(1)>
+or L<git-filter-branch(1)>.
 This is up to the administrators.
 
 =head1 COPYRIGHT
index 01b49379acc897f7f8a7409bb487925010567f61..e058125a0427b91025b3a7c71562b232b5916d72 100755 (executable)
@@ -77,6 +77,8 @@ $xurls{'spamc(1)'} =
 $xurls{'grok-pull'} =
        'https://git.kernel.org/pub/scm/utils/grokmirror/grokmirror.git' .
        '/tree/man/grok-pull.1.rst';
+$xurls{'git-filter-repo(1)'} = 'https://github.com/newren/git-filter-repo'.
+                       './blob/master/Documentation/git-filter-repo.txt';
 $xurls{'ssoma(1)'} = 'https://ssoma.public-inbox.org/ssoma.txt';
 $xurls{'cgitrc(5)'} = 'https://git.zx2c4.com/cgit/tree/cgitrc.5.txt';