Hello,

I have a strange problem when working with bundles.

I first create a bundle from a repository with tags and branches using the 
following command:
    git -C <Path To Repo>  bundle create Test.bundle --all

When I use the follwing command I can see that all the tags and branches 
are showing up in the bundle:
    git bundle list-heads Test.bundle

Now I clone the bundle using this command:
    git clone Test.bundle TestRepo

When using 'git tag' all the tags are listed as in the list_heads above. 
But when using 'git branch [-r]' none of the branches are listed, altough 
the appear in list_heads.

It also possible to checkout a tag (of course since they are listed), but 
it's not possible to checkout a branch listed in list-heads.

Does anybody know what might be the cause of this?

Regards,
Ralf

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to