There is a problem with views repository... tag 7.x-3.10 is not in 7.x-3.x branch so while I want propagate changes from dev to test environment and do:

git submodule update

in my test environment i have this message:

fatal: reference is not a tree: f4e8b47ff8adecbb00eb921a978dfe0b6a278539
Unable to checkout 'f4e8b47ff8adecbb00eb921a978dfe0b6a278539' in submodule path 'sites/all/modules/contrib/views'

When browsing repository using http://cgit.drupalcode.org/views/log there is no tag 7.x-3.10 in any of existing branches and last commi tin 7.x-3.x branch is dated to 2015-01-13 13:26:39

Please correct this.

Comments

dawehner’s picture

Status: Active » Fixed

Pushed the 7.x-3.x, 6.x-3.x and 6.x-2.x branch. Thanks for mentioning it.

Jorrit’s picture

Status: Fixed » Active

It seems you created a 6.x-3.x and rm tag. Was this intentional? I now receive 'ambigious reference' warnings because 6.x-3.x is both a tag and a branch.