Merge branch 'sg/git-test-boolean'
[gitweb.git] / Documentation / git-rebase.txt
index 3136c19fb4ce578ee37c4e3b9b86ab2e47294dc8..7ecf766077ff68eb99ef780d628bdd20fff0558a 100644 (file)
@@ -830,7 +830,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