Somehow a tag by the name "7.x-1.x" got created. Could you please delete it? It causes quite a lot of confusion and git trouble; it may also cause packaging trouble. (Branches only should have the form 7.x-1.x; tags are free-form, but would normally be like 7.x-1.0.)

I think this will do the job:

git push origin :refs/tags/7.x-1.x

While you're at it I imagine you'll want to delete the branch named 7.x

git push origin :7.x

And I recommend emptying out the master branch and leaving it with just a README saying that one should used a named branch.

Comments

esmerel’s picture

Assigned: Unassigned » aquariumtap
esmerel’s picture

esmerel’s picture

Issue summary: View changes

Added removing the 7.x branch

Poieo’s picture

Issue summary: View changes
Status: Active » Fixed

This theme is deprecated. There is an unbranded D7 port of this theme available here: https://www.drupal.org/sandbox/poieo/2337715
The theme is currently only available as a sandbox, but functional and only awaiting administrative approval to be promoted to a full project. Any developments are going to happen on the new version of the theme!

Status: Fixed » Closed (fixed)

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