Teach GitMoveDeleteHook how to move a folder recursively
commite7307f14c531d52cf231c39d844841c4adaf5e5a
authorShawn O. Pearce <spearce@spearce.org>
Tue, 12 Aug 2008 01:08:11 +0000 (11 18:08 -0700)
committerRobin Rosenberg <robin.rosenberg@dewire.com>
Thu, 14 Aug 2008 17:33:21 +0000 (14 19:33 +0200)
tree5dda84286c3ab404328f73383b7b5e88df90e4b5
parent3ffa47d9294086fbd1cdeb9b1564f922a23e3c6f
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>
Signed-off-by: Robin Rosenberg <robin.rosenberg@dewire.com>
org.spearce.egit.core/src/org/spearce/egit/core/GitMoveDeleteHook.java