On Wed, Sep 19, 2012 at 2:14 AM, Ralf Thielow <ralf.thie...@gmail.com> wrote:
> +test_expect_success '--single-branch with explicit --branch tag' '
> +       (
> +               cd dir_tag && git fetch &&
> +               git for-each-ref refs/tags >../actual
> +       ) &&
> +       git for-each-ref refs/tags >expect &&
> +       test_cmp expect actual
> +'

We should have added the tag right after cloning, not until the first
git-fetch. Not that I object how you do it in this patch. Just a note
to myself that if I'm going to do that, I'll need to update this test
to update the change tag before fetching and verify the tag is updated
after git-fetch.
-- 
Duy
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to