]> git.ipfire.org Git - thirdparty/git.git/commit - t/t7003-filter-branch.sh
filter-branch: add a test for the commit removal example
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Tue, 3 Jul 2007 16:50:19 +0000 (17:50 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Jul 2007 04:44:16 +0000 (21:44 -0700)
commitf6b78c6eb626d477b252d39ef2801d4670675a2b
treee67c615c267354d12d680c20b0698412a738ebcd
parente4465f0e71cc389a26bcf7474ad12112f683f633
filter-branch: add a test for the commit removal example

In the man page, there is an example which describes how to remove
single commits (although it keeps the changes which were not reverted
in the next non-removed commit). Better make sure that it works as
expected.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7003-filter-branch.sh