summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-10-29 21:18:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-10-29 21:18:49 (GMT)
commita94bce62b99be35f2ee2b4c98f97c222e7dd9d82 (patch)
treefff76aa5df9f064ddb6382b0c127afa4a73d372a /Documentation
parent4f9f7c14426bde47416067e2d202b05ed2c3fc6a (diff)
parent3e0a5dc9afdea68a9e90af2636d93327e77df0d1 (diff)
downloadgit-a94bce62b99be35f2ee2b4c98f97c222e7dd9d82.zip
git-a94bce62b99be35f2ee2b4c98f97c222e7dd9d82.tar.gz
git-a94bce62b99be35f2ee2b4c98f97c222e7dd9d82.tar.bz2
Merge branch 'cc/doc-filter-branch-typofix' into maint
Docfix. * cc/doc-filter-branch-typofix: filter-branch doc: fix filter-repo typo
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-filter-branch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 40ba4aa..62e482a 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