Teach GitMoveDeleteHook how to move a folder recursively
commit7c1e465d5d2deee065ee3e0f5b5da2b446fd4f56
authorRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 13 Apr 2009 11:53:36 +0000 (13 13:53 +0200)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Mon, 13 Apr 2009 21:45:11 +0000 (13 23:45 +0200)
tree445ce96cb93a22d625f972d5d96aa6e2cd4456df
parentda715eda0da2a1276584050ecda95f36e0828da7
Teach GitMoveDeleteHook how to move a folder recursively

When the user renames or moves a folder Eclipse passes us one event
to move the entire container and its contents.  So we need to move
all of the files contained within that container in our index.

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