Skip to content

Commit 3e0a5dc

Browse files
chriscoolgitster
authored andcommitted
filter-branch doc: fix filter-repo typo
The name of the tool is 'git-filter-repo' not 'git-repo-filter'. Signed-off-by: Christian Couder <[email protected]> Reviewed-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 47ae905 commit 3e0a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-filter-branch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ The https://github.com/newren/git-filter-repo/[git filter-repo] tool is
532532
an alternative to git-filter-branch which does not suffer from these
533533
performance problems or the safety problems (mentioned below). For those
534534
with existing tooling which relies upon git-filter-branch, 'git
535-
repo-filter' also provides
535+
filter-repo' also provides
536536
https://github.com/newren/git-filter-repo/blob/master/contrib/filter-repo-demos/filter-lamely[filter-lamely],
537537
a drop-in git-filter-branch replacement (with a few caveats). While
538538
filter-lamely suffers from all the same safety issues as

0 commit comments

Comments
 (0)