Egit move/delete bugfix, do not lose files when moving folders
commit8d085723b260f3b51a70d11b723608779160b090
authorRobin Rosenberg <robin.rosenberg.lists@dewire.com>
Tue, 8 Jul 2008 21:51:47 +0000 (8 23:51 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 8 Jul 2008 23:44:26 +0000 (8 19:44 -0400)
tree5c7ff89924d93f3f63e5d29c9a4c3605a6412965
parent88d9f4111f185d665b8340819bd50713a4a2caf8
Egit move/delete bugfix, do not lose files when moving folders

We lied to Eclipse in the move/delete hook and told it we had already
moved a folder. That wasn't true so the original was lost. With this
patch Eclipse will move the code for us, but it is not added to the index.

This is an intermediate fix until we actually manipulate the index properly.

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