Precheck selected files in the commit dialog
commitae6f42aa91329d807e177cdabe05216049ed9d19
authorRemy Suen <remysuen@ca.ibm.com>
Fri, 14 May 2010 00:01:39 +0000 (13 20:01 -0400)
committerRemy Suen <remysuen@ca.ibm.com>
Fri, 14 May 2010 00:01:39 +0000 (13 20:01 -0400)
tree3472c8d8aca43cb81436bd83126e3e20eb25f35c
parent708aa2d18f58c7a9655045b6fe5d0483fde89e6e
Precheck selected files in the commit dialog

The commit dialog presents all local modifications of files but
does not respect the user's selection. The dialog should precheck
any files that the user has selected and any files that are in any
folders that the user has selected.

Bug: 304131
Change-Id: I1a0f73641b5bd5603b9fbde8fc25eb310976b3e0
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/actions/CommitAction.java
org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/dialogs/CommitDialog.java