On Tue, Apr 15, 2008 at 2:23 PM, Samuel Tardieu <[EMAIL PROTECTED]> wrote: > >>>>> "Daniel" == Daniel Berlin <[EMAIL PROTECTED]> writes: > > Daniel> No, nothing is wrong wit he import, if you want all the remote > Daniel> branches, you have to ask git to get all the remote branches > > Daniel> git config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*' > > Daniel, > > how did you setup the git repository?
Using git-svn. > The branch heads are supposed to > be located under "/refs/heads/" on gcc.gnu.org, not under > "/refs/remotes/", For git-svn, it considers the svn branches to be remotes of the svn master. IE it acts as if the svn repository was a fake git repository, so the branches from svn are remote branches on the svn server. The local git master branch just happens to be an up-to-date non-modified branch of refs/remotes/trunk HTH, Dan