Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 352039

Summary: git actions not available on multi selection in sync view
Product: [Technology] EGit Reporter: Benjamin Muskalla <b.muskalla>
Component: UIAssignee: Project Inbox <egit.ui-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: dariusz.luksza, markus.kell.r, remy.suen
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Whiteboard:
Bug Depends on:    
Bug Blocks: 358616    

Description Benjamin Muskalla CLA 2011-07-13 21:25:50 EDT
Selecting more than one file, the git actions (commit, add to index) are not shown.
Comment 1 Dariusz Luksza CLA 2011-07-14 04:25:56 EDT
This should be fixed in Workspace model with change [1]3780. In Git Change Set model we need to have mode logic to display only actions that are allowed for all selected elements (eg. not show commit action when staged file and commit are selected)

[1] http://egit.eclipse.org/r/#change,3780