Show diff when double-clicking on file in commit dialog
commitc25c05c4c73faf1cd11867a603764c790bee4b42
authorRobin Stocker <robin@nibor.org>
Mon, 9 Mar 2009 09:48:13 +0000 (9 10:48 +0100)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 9 Mar 2009 20:27:41 +0000 (9 21:27 +0100)
tree06e28ea35b4087b812459d2a878f22566d476460
parenta720a0e77dd05f4b9f93e2ff07e66777c0ed1f31
Show diff when double-clicking on file in commit dialog

When double-clicking on a file in the commit dialog, a compare dialog is
shown with the changes that are about to be committed. It compares the
HEAD version with the working tree version.

Signed-off-by: Robin Stocker <robin@nibor.org>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/dialogs/CommitDialog.java