Allow move of untracked resources to untracked destination
commit5b950af66298d1e3f7a58e515632f2917befbc43
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Sat, 10 May 2008 16:28:29 +0000 (10 18:28 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Sun, 11 May 2008 19:09:40 +0000 (11 21:09 +0200)
tree2482385b67a130c2a31e13bb743584317603cfe5
parent87680a4f22723d5b6f368183a8fded8ef947f9df
Allow move of untracked resources to untracked destination

Previously we required both source and destination projects to be tracked.
That was not very convenient when we create new code in the wrong place. We
drop the restriction if the moved resource is untracked.

Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.core/src/org/spearce/egit/core/GitMoveDeleteHook.java