restoring all branches from a bundle

2013-05-24 Thread Ákos, Tajti
Dear List, I created a dump from a repository. git bundle list-heads prints all the refs I meant to add. The problem is that after exracting the dump with git bundle unbundle the target repository doesn't contain any branches (git branch -a prints nothing). How can we exract a dump so that

Re: restoring all branches from a bundle

2013-05-24 Thread Duy Nguyen
On Fri, May 24, 2013 at 5:52 PM, Ákos, Tajti akos.ta...@intland.com wrote: Dear List, I created a dump from a repository. git bundle list-heads prints all the refs I meant to add. The problem is that after exracting the dump with git bundle unbundle the target repository doesn't contain any