diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-26 14:59:59 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-26 14:59:59 -0700 |
commit | 839129c6d879c1ac51e6310909579a0352e87801 (patch) | |
tree | 67381e4f881d36fb92a85a34dda1e5b11adab9c9 /Documentation | |
parent | Merge branch 'jk/committer-date-is-author-date-fix' (diff) | |
parent | filter-branch doc: fix filter-repo typo (diff) | |
download | tgif-839129c6d879c1ac51e6310909579a0352e87801.tar.xz |
Merge branch 'cc/doc-filter-branch-typofix'
Docfix.
* cc/doc-filter-branch-typofix:
filter-branch doc: fix filter-repo typo
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-filter-branch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |