From: Junio C Hamano <gitster@pobox.com>
To: Kevin Ballard <kevin@sb.org>
Cc: git@vger.kernel.org
Subject: Re: [PATCH] Add test for filter-branch on a subdirectory that's been added and deleted and re-added
Date: Sat, 08 Mar 2008 10:41:24 -0800 [thread overview]
Message-ID: <7vzlt9t5wr.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <1204977007-7267-3-git-send-email-kevin@sb.org> (Kevin Ballard's message of "Sat, 8 Mar 2008 06:50:07 -0500")
Kevin Ballard <kevin@sb.org> writes:
> Add a currently-failing test for the case when git-filter-branch
> is run with the --subdirectory-filter referencing a folder that
> has been added, deleted, and re-added. Such an action should work,
> but as this test shows it ends up blowing up.
Such a test is a very good incentive to the people involved in the failing
part of the system to fix, and is greatly appreciated. However,
* please mark "currently-failing" test with "test_expect_failure";
* please hint (after --- lines) if you will shortly be following up with
a fix patch yourself, or if you are only reporting a bug.
I can fix-up and forge your Sign-off.
> diff --git a/t/t7003-filter-branch.sh b/t/t7003-filter-branch.sh
> index 868babc..933157b 100755
> --- a/t/t7003-filter-branch.sh
> +++ b/t/t7003-filter-branch.sh
> @@ -179,4 +179,17 @@ test_expect_success 'Name needing quotes' '
>
> '
>
> +test_expect_success 'Subdirectory filter on folder with non-contiguous history' '
> + mkdir foo &&
> + touch foo/bar &&
> + git add foo &&
> + git commit -m "Adding foo" &&
> + git rm -r foo &&
> + git commit -m "Removing foo" &&
> + mkdir foo &&
> + touch foo/bar &&
> + git commit -m "Re-adding foo" &&
> + git filter-branch --subdirectory-filter foo
> +'
> +
> test_done
> --
> 1.5.4.3.487.g5a92
>
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2008-03-08 18:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-08 11:50 [PATCH] Add test for filter-branch on a subdirectory that's been added and deleted and re-added Kevin Ballard
2008-03-08 11:52 ` Kevin Ballard
2008-03-08 18:41 ` Junio C Hamano [this message]
2008-03-08 18:45 ` Kevin Ballard
2008-03-08 20:08 ` Re* " Junio C Hamano
2008-03-08 20:25 ` Junio C Hamano
2008-03-08 20:39 ` Kevin Ballard
-- strict thread matches above, loose matches on Subject: below --
2008-02-25 19:45 Kevin Ballard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7vzlt9t5wr.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=kevin@sb.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).