Please review http://drupal.org/node/1015226.
There should be a 7.x-1.x branch and a 7.x-2.x branch. Not 10 branches, one for each tag.
Once this is done, create a 7.x-1.x-dev release for the 7.x-1.x branch, so it can be used in the issue queues.
Also, it seems that none of the branches contain the 7.x-1.6 release?
Comments
Comment #1
bartk commentedComment #2
tim.plunketthttp://drupal.org/node/156119#closed
It doesn't seem you deleted any of the extraneous branches, but at least there is one right one now.
Comment #3
bartk commentedWeird. I issued a number of "git branch -d -r origin/..." commands. I assumed that would do it. Did I miss something?
Comment #4
tim.plunkettgit push origin :branchnameThe trick is the ":" before the branch name. You only deleted them locally.
Comment #5
bartk commentedDone. Did I get them this time?
Bart
Comment #6
tim.plunkettNot that I see.
git push origin :7.x-1.2-dev-branchgit push origin :7.x-2.x-devgit push origin :7.x-1.1-dev-branchgit push origin :7.x-1.0git push origin :7.x-1.1git push origin :7.x-1.1-devComment #7
bartk commentedI thought that's what I did before, but I did it again just now.
I had issues with 7.x-1.0 and 7.x-1.1 because there were also tags with that name.
Suggestions?
Comment #8
tim.plunkettAh, for the ones that match a tag, try
git push origin :refs/heads/7.x-1.0git push origin :refs/heads/7.x-1.1Thanks!
Comment #9
bartk commentedOkay, done. How's it look?
Comment #10
tim.plunkettAwesome! Thanks for putting up with my nitpicking :)
Comment #11
bartk commentedNo problem, thanks for the help! :)
BArt
Comment #12
tim.plunkettSee my comment in #2, the bot will move the issue after two weeks.