зеркало из https://github.com/microsoft/git.git
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
f95eef15f2
.
This patch removes that redundant section.
Signed-off-by: Ulrik Sverdrup <ulrik.sverdrup@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
f28dd4774d
Коммит
f5de79956b
|
@ -220,11 +220,6 @@ git filter-branch --commit-filter '
|
||||||
fi' HEAD
|
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:
|
The function 'skip_commits' is defined as follows:
|
||||||
|
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Загрузка…
Ссылка в новой задаче