]> git.ipfire.org Git - thirdparty/git.git/commitdiff
filter-branch doc: fix filter-repo typo
authorChristian Couder <christian.couder@gmail.com>
Tue, 20 Oct 2020 08:33:43 +0000 (10:33 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Oct 2020 19:22:25 +0000 (12:22 -0700)
The name of the tool is 'git-filter-repo' not
'git-repo-filter'.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Reviewed-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt

index 40ba4aa3e65b4c33886ba4334e5d3c84e979853e..62e482a95e23fd87aa0bc5496a0584a7a7285f85 100644 (file)
@@ -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