Recommend git-filter-repo instead of git-filter-branch
[gitweb.git] / Documentation / git-rebase.txt
index 6156609cf7149ccf5c1f79df2d9807cdbcc609ba..a8cfc0ad8257f5ec607a704b767037f58a4db446 100644 (file)
@@ -832,7 +832,8 @@ Hard case: The changes are not the same.::
        This happens if the 'subsystem' rebase had conflicts, or used
        `--interactive` to omit, edit, squash, or fixup commits; or
        if the upstream used one of `commit --amend`, `reset`, or
-       `filter-branch`.
+       a full history rewriting command like
+       https://github.com/newren/git-filter-repo[`filter-repo`].
 
 
 The easy case