Community
Participate
Working Groups
Steps: 1) Use HEAD and remote branch that are in sync 2) Add a tag to a commit in HEAD 3) Use Git Push to push the new tag to remote The result of Git Push operation is UP_TO_DATE what is wrong.
Fix: https://github.com/pjanik/orion.server/tree/bug343646 Status was checked incorrectly. Any UP_TO_DATE remote ref update status caused a warning. However there can be combination of UP_TO_DATE statues (i.e. related to branch, which is actually up to date) and OK statuses (i.e. related to tags, which were successfully updated). Now OK will be returned in such case. I've also modified a test a little bit. I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
Looks fine to me.
Fixed with f65ec49bb222d42451fef478a1be5c10f656e527.