Bug 465862 - Synchronize View not updated after commit
Summary: Synchronize View not updated after commit
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 3.4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-29 18:18 EDT by Mauro Molinari CLA
Modified: 2015-04-29 18:18 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mauro Molinari CLA 2015-04-29 18:18:52 EDT
In some circumstances it seems like the Synchronize View is not updated after commit.

For instance, it just happened that I committed a folder containing an only deleted file (I used the right-click -> Delete action in Eclipse, hence the deletion was in the Index). The commit was performed from the Synchronize View itself. After commit, the Synchronize View was not updated (the outgoing change is still there...), but if I type "git status" (or "git log") from the command line I see that the change was actually committed.