git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] filter-branch doc: fix filter-repo typo
@ 2020-10-20  8:33 Christian Couder
  2020-10-20 14:43 ` Elijah Newren
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Couder @ 2020-10-20  8:33 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Elijah Newren, Christian Couder

The name of the tool is 'git-filter-repo' not
'git-repo-filter'.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
---
 Documentation/git-filter-branch.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 40ba4aa3e6..62e482a95e 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -532,7 +532,7 @@ The https://github.com/newren/git-filter-repo/[git filter-repo] tool is
 an alternative to git-filter-branch which does not suffer from these
 performance problems or the safety problems (mentioned below). For those
 with existing tooling which relies upon git-filter-branch, 'git
-repo-filter' also provides
+filter-repo' also provides
 https://github.com/newren/git-filter-repo/blob/master/contrib/filter-repo-demos/filter-lamely[filter-lamely],
 a drop-in git-filter-branch replacement (with a few caveats).  While
 filter-lamely suffers from all the same safety issues as
-- 
2.29.0.rc1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] filter-branch doc: fix filter-repo typo
  2020-10-20  8:33 [PATCH] filter-branch doc: fix filter-repo typo Christian Couder
@ 2020-10-20 14:43 ` Elijah Newren
  0 siblings, 0 replies; 2+ messages in thread
From: Elijah Newren @ 2020-10-20 14:43 UTC (permalink / raw)
  To: Christian Couder; +Cc: Git Mailing List, Junio C Hamano, Christian Couder

On Tue, Oct 20, 2020 at 1:33 AM Christian Couder
<christian.couder@gmail.com> wrote:
>
> The name of the tool is 'git-filter-repo' not
> 'git-repo-filter'.

Thanks for catching the mistake.

Reviewed-by: Elijah Newren <newren@gmail.com>

> Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
> ---
>  Documentation/git-filter-branch.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
> index 40ba4aa3e6..62e482a95e 100644
> --- a/Documentation/git-filter-branch.txt
> +++ b/Documentation/git-filter-branch.txt
> @@ -532,7 +532,7 @@ The https://github.com/newren/git-filter-repo/[git filter-repo] tool is
>  an alternative to git-filter-branch which does not suffer from these
>  performance problems or the safety problems (mentioned below). For those
>  with existing tooling which relies upon git-filter-branch, 'git
> -repo-filter' also provides
> +filter-repo' also provides
>  https://github.com/newren/git-filter-repo/blob/master/contrib/filter-repo-demos/filter-lamely[filter-lamely],
>  a drop-in git-filter-branch replacement (with a few caveats).  While
>  filter-lamely suffers from all the same safety issues as
> --
> 2.29.0.rc1
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-20 14:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20  8:33 [PATCH] filter-branch doc: fix filter-repo typo Christian Couder
2020-10-20 14:43 ` Elijah Newren

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 NNTP newsgroup(s).