In the git repository for this module, the master HEAD is behind the tag for 7.x-1.1.

You'd expect it to be the other way around.

This makes it impossible to do something like:

git subtree add --prefix=projects/role_delegation --squash --message='role_delegation subtree from http://drupalcode.org/project/role_delegation.git - see http://drupal.org/project/role_delegation' git://drupalcode.org/project/role_delegation.git master

Followed by

git subtree merge --squash --prefix=projects/role_delegation --message='role_delegation subtree from http://drupalcode.org/project/role_delegation.git - see http://drupal.org/project/role_delegation' e31dfbbd736cbbd74d514c94074ebaf9ed83d88a

Normally this would work, but e31dfbbd isn't behind master, and so it can't be merged, e31dfbb being the id for e tagged entry 7.x-1.1.
You end up with "fatal: bad object e31dfbbd736cbbd74d514c94074ebaf9ed83d88a" .

Comments

Jeff Veit’s picture

Title: Master is behind the 7.x-1.1 tag » Master HEAD is behind the 7.x-1.1 tag
Pere Orga’s picture

Title: Master HEAD is behind the 7.x-1.1 tag » Delete master branch
Version: 7.x-1.1 » 7.x-1.x-dev
Category: Bug report » Task
Status: Active » Needs work

master branch should be deleted. See 7.x-1.x branch.

benjy’s picture

Status: Needs work » Fixed

The branch was a attached to a release so couldn't be deleted, that has been resolved and i've now deleted the branch.

Status: Fixed » Closed (fixed)

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