Bug 375384 - Git repositories view push seems to not affect project explorer
Summary: Git repositories view push seems to not affect project explorer
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 375383
Blocks:
  Show dependency tree
 
Reported: 2012-03-27 03:44 EDT by Krzysztof Daniel CLA
Modified: 2012-05-02 18:37 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Daniel CLA 2012-03-27 03:44:55 EDT
Steps to reproduce:
(1) Have a project with two branches.
(2) Change them both.
(3) Go to Git repositories, and try to Push... your project
(4) Configure two branches to push
(5) The dialog says changes were pushed
(6) Project explorer still shows that there is one commit to be pushed in each branch.
Comment 1 Matthias Sohn CLA 2012-05-02 18:37:52 EDT
- which EGit version are you using here ?
- where these local branches tracking a remote branch ?
   If that's the case .git/config has a corresponding entry looking similar to:

[branch "myLocalBranch"]
	remote = origin
	merge = refs/heads/master

- what happens if you run "Fetch from Upstream" ?