Skip to content

Commit f5de799

Browse files
blussgitster
authored andcommitted
Remove duplicate note about removing commits with git-filter-branch
A duplicate of an already existing section in the documentation of git-filter-branch was added in commit f95eef1. This patch removes that redundant section. Signed-off-by: Ulrik Sverdrup <ulrik.sverdrup@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent f28dd47 commit f5de799

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Documentation/git-filter-branch.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,11 +220,6 @@ git filter-branch --commit-filter '
220220
fi' HEAD
221221
------------------------------------------------------------------------------
222222

223-
Note that the changes introduced by the commits, and not reverted by
224-
subsequent commits, will still be in the rewritten branch. If you want
225-
to throw out _changes_ together with the commits, you should use the
226-
interactive mode of gitlink:git-rebase[1].
227-
228223
The function 'skip_commits' is defined as follows:
229224

230225
--------------------------

0 commit comments

Comments
 (0)