When I clone your repo, its empty. Any ideas?

$ git clone http://git.drupal.org/sandbox/grobot/1076486.git twitter_7_x_3_x
Initialized empty Git repository in /Users/jameswilson/Projects/BluesparkLabs/BluesparkLabs/public/sites/all/modules/contrib/twitter_7_x_3_x/.git/
remote: Counting objects: 578, done.
remote: Compressing objects: 100% (216/216), done.
remote: Total 578 (delta 401), reused 528 (delta 362)
Receiving objects: 100% (578/578), 148.26 KiB | 52 KiB/s, done.
Resolving deltas: 100% (401/401), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.

UPDATE: just found this: http://drupal.org/node/1074584

Comments

jwilson3’s picture

I also just tried specifying the branch, but its possible i got the branch name wrong, as this also didn't work:

git clone --branch 7.x-3.x http://git.drupal.org/sandbox/grobot/1076486.git twitter_7_x_3_x

Also, this may be related to #1074960: Let maintainers set a default branch on git repositories.

xurizaemon’s picture

Hoped that moving 7.x-3.x-780712 => master would sort this out, but that made the sandbox git instructions show the wrong thing by default (showed wrong branch). And yeah, Drupal.org doesn't yet #1074960: Let maintainers set a default branch on git repositories

SO now master == 7.x-3.x-780712 ... and I *might* have done some Git magic to symlink the two branches ... time will tell.

You might need to grab a new copy as I moved lots of branches playing with this? Thanks for letting me know.

xurizaemon’s picture

Status: Active » Fixed

* hopefully

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.