]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-filter-branch.txt
Merge branch 'maint'
[git.git] / Documentation / git-filter-branch.txt
index 29bb8cec0c34709ef0fab7523be3b0b43c4c43c7..c878ed395eb27de02efda2e3018ae76fbb799c7b 100644 (file)
@@ -220,11 +220,6 @@ git filter-branch --commit-filter '
        fi' HEAD
 ------------------------------------------------------------------------------
 
-Note that the changes introduced by the commits, and not reverted by
-subsequent commits, will still be in the rewritten branch. If you want
-to throw out _changes_ together with the commits, you should use the
-interactive mode of gitlink:git-rebase[1].
-
 The function 'skip_commits' is defined as follows:
 
 --------------------------