From: Eric Wong <e@yhbt.net> To: meta@public-inbox.org Subject: [PATCH 4/4] doc: v1: add a reference to git-filter-repo(1), too Date: Wed, 5 Feb 2020 22:03:49 -0600 [thread overview] Message-ID: <20200206040349.11587-5-e@yhbt.net> (raw) In-Reply-To: <20200206040349.11587-1-e@yhbt.net> The git-filter-branch(1) manpage itself recommends git-filter-repo, nowadays due to performance and safety problems. --- Documentation/public-inbox-v1-format.pod | 3 ++- Documentation/txt2pre | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/public-inbox-v1-format.pod b/Documentation/public-inbox-v1-format.pod index 507c9451..47a6c94a 100644 --- a/Documentation/public-inbox-v1-format.pod +++ b/Documentation/public-inbox-v1-format.pod @@ -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 diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 01b49379..e058125a 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -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';
prev parent reply other threads:[~2020-02-06 4:03 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-02-06 4:03 [PATCH 0/4] doc: data flow graph and doc linkification Eric Wong 2020-02-06 4:03 ` [PATCH 1/4] doc: add data flow diagram using Graph::Easy Eric Wong 2020-02-06 4:03 ` [PATCH 2/4] doc: remove .x/ subdirectory for Xapian manpages Eric Wong 2020-02-06 4:03 ` [PATCH 3/4] doc: txt2pre: auto-linkify manpage references Eric Wong 2020-02-06 4:03 ` Eric Wong [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://public-inbox.org/README * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20200206040349.11587-5-e@yhbt.net \ --to=e@yhbt.net \ --cc=meta@public-inbox.org \ --subject='Re: [PATCH 4/4] doc: v1: add a reference to git-filter-repo(1), too' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://80x24.org/public-inbox.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).