Commit dialog now shows information much more similar to git-commit.
commit674fca20198a4f6acfc046c1388fd3b3e190e464
authorDave Watson <dwatson@mimvista.com>
Sat, 16 Jun 2007 01:47:21 +0000 (15 21:47 -0400)
committerDave Watson <dwatson@mimvista.com>
Wed, 27 Jun 2007 13:36:03 +0000 (27 09:36 -0400)
treed154e1dabaec6907e01a29952a352c0f5cf1ecc4
parent10f4c18bb650623db29d8989c9362413f4ce4d21
Commit dialog now shows information much more similar to git-commit.

Added IndexDiff class to compare GitIndex with a tree.
CommitDialog uses IndexDiff, as well as checking what's in the
filesystem with what's in the index. Does not yet show things
that aren't in the index at all, but merely modified in the filesystem.

Signed-off-by: David Watson <dwatson@mimvista.com>
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/actions/CommitAction.java
org.spearce.egit.ui/src/org/spearce/egit/ui/internal/dialogs/CommitDialog.java
org.spearce.jgit/src/org/spearce/jgit/lib/IndexDiff.java [new file with mode: 0644]
org.spearce.jgit/tst/org/spearce/jgit/lib/IndexDiffTest.java [new file with mode: 0644]