Make commit amend work when a resource is selected
commit9d148e252308bf3fc7727c0e4b91adddede64c22
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 9 Mar 2009 22:35:39 +0000 (9 23:35 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 9 Mar 2009 23:14:48 +0000 (9 16:14 -0700)
tree570ccba608976e4b89c4d32135a5a3d2237de2ba
parent9057f1bc4679f93535f6ae13a716c41b4ece2630
Make commit amend work when a resource is selected

We previously made it possible to commit when any resource
was selected. Due to the internal workings of the commit
action the patch was not enough to extend this functionality
into the amend mode.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/CommitAction.java