Closed lh-gbelger closed 10 years ago
Thanks for an awesome bug report! Fix will go out with the next version (though will be a few weeks before I can get a new version out)
it was easy to track it down with the good amount of error data the tool gives. Thanks for the quick fix!
Pushing to a branch with the name "feature/feature1" failes with this error:
When looking at the command used:
it seems clear that the command was constructed incorectly and is trying to push "feature/feature1" to "feature". Digging into this a bit deaper I see that the push POST action is sending JSON that contains the incorrect remoteBranch data that may be triggering the later faulty command:
And as a final inspection step it seems that the source file public/source/ref.js line 41 splits remote branch name by "/" and only holds onto the value at the 1 index.