Community
Participate
Working Groups
Bug 343644 will add branches info for commits. So, we should show them in the UI.
https://github.com/pjanik/orion.client/tree/bug353191 I wrote all this code and have the rights to contribute it to Eclipse under the eclipse.org web site terms of use.
We need to refresh branch details after push operation on the git log. Example: 1) Have an outgoing change to push, the local branch should point at the outgoing commit, while the remote branch should be one commit behind 2) Do push, branch info did not change. 3) Do refresh (F5) and the local and remote branches are aligned now Would be nice, if we could do it without refreshing whole page.
Fixed with cd80752f6a06eebb28404ac67e288bab131163af.
(In reply to comment #2) > We need to refresh branch details after push operation on the git log. Bug 353308 raised for that.