summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f28dd47)
raw | patch | inline | side by side (parent: f28dd47)
author | Ulrik Sverdrup <ulrik.sverdrup@gmail.com> | |
Thu, 13 Sep 2007 15:57:56 +0000 (17:57 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 14 Sep 2007 05:53:53 +0000 (22:53 -0700) |
A duplicate of an already existing section in the documentation of
git-filter-branch was added in commit
f95eef15f2f8a336b9a42749f5458c841a5a5d63.
This patch removes that redundant section.
Signed-off-by: Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-filter-branch was added in commit
f95eef15f2f8a336b9a42749f5458c841a5a5d63.
This patch removes that redundant section.
Signed-off-by: Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-filter-branch.txt | patch | blob | history |
index 29bb8cec0c34709ef0fab7523be3b0b43c4c43c7..c878ed395eb27de02efda2e3018ae76fbb799c7b 100644 (file)
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:
--------------------------