Community
Participate
Working Groups
Build Identifier: I20110613-1736 Seems that multi-selection is possible for the elelements shown in the synchronize view, however the commit action is disabled then. It would be quite handy to allow that too. (In the package explorer this is possible). Reproducible: Always
What resources do you selected ? (it was files, folders, projects or maybe mixed selection) With commit action do you refer to, those in context menu in sync-view or different one?
My workspace contains several projects from different git repositories. After synchronization, the changes for all these repositories are shown. I then selected the top-level Eclipse projects and tried to commit, which was disabled. Do you need a screenshot?
Yes, screenshot would be helpful.
Created attachment 198794 [details] Screenshot What its basically missing in this view is also the commit button. There is only a button to merge all incoming changes but not the inverse. It's quite cumbersome to actually find the commit action in the eclipse menu hierarchy. This button is available on CVS and SVN view. Is there a reason that this view shows outgoing changes but does not support a simple way of committing these changes?
I never used 'Commit All Outgoing Changes...' button in CVS, therefore I didn't add such button into EGit and until now nobody mention about it. Feel free to open new enhancement bug for this feature.
Just noticed that the commit action also disappears if you are selecting two resources from the same git project.
this should be fixed by change 3780[1] [1] http://egit.eclipse.org/r/#change,3780
This is fixed in recent versions of EGit.
In which version is that fixed? In 3.0.0 this problem still exists...
(In reply to Ulli Hafner from comment #9) > In which version is that fixed? In 3.0.0 this problem still exists... I just tested again (with 3.2), the context menu includes a "Commit..." entry as the first entry and is enabled when having multiple projects or files selected. This should be the case since 2.0. If you have a specific situation where this is not possible, please describe it in a step-by-step description and include an up-to-date screenshot. If we can not reproduce the issue, a fix is not likely to happen.
(In reply to Dariusz Luksza from comment #5) > I never used 'Commit All Outgoing Changes...' button in CVS, therefore I > didn't add such button into EGit and until now nobody mention about it. Feel > free to open new enhancement bug for this feature. See bug #350687 and its duplicates for this.
(In reply to Robin Stocker from comment #10) > If you have a specific situation where this is not possible, please describe > it in a step-by-step description and include an up-to-date screenshot. If we > can not reproduce the issue, a fix is not likely to happen. I do have the Commit action for multi-selection, but I found bug #465861.