[sync] Add WorkingTreeChangeCache
commitc1d2e1e34f220d01b2e09260b3a6902b509bde5f
authorDariusz Luksza <dariusz@luksza.org>
Thu, 26 Jan 2012 00:42:06 +0000 (26 01:42 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 26 Jan 2012 00:42:06 +0000 (26 01:42 +0100)
tree0fb84b4157217b5e7f8135ff46cfddc403ec9045
parent933ff93918bff14d86355270e1dba2f3c8fad493
[sync] Add WorkingTreeChangeCache

Adds caching mechanism for retrieving working tree changes. This class
will be used by the new Git Change Set implementation.

Change-Id: I7aa21006a70bc742e5a798651c78159d5f5b1a78
Signed-off-by: Dariusz Luksza <dariusz@luksza.org>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/AbstractCacheTest.java [new file with mode: 0644]
org.eclipse.egit.core.test/src/org/eclipse/egit/core/synchronize/WorkingTreeChangeCacheTest.java [new file with mode: 0644]
org.eclipse.egit.core/src/org/eclipse/egit/core/synchronize/WorkingTreeChangeCache.java [new file with mode: 0644]