GitInterceptor: Replace GitCommand.doRenameAfter calls with Exceptions
commit07af2bba708c177e949b90c2d3e1527f6b9ff219
authorJonas Fonseca <fonseca@diku.dk>
Fri, 4 Sep 2009 12:59:46 +0000 (4 08:59 -0400)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 4 Sep 2009 19:12:47 +0000 (4 15:12 -0400)
treee59c4d63ebef4508e89b4c65f7d7752dcaff4ce8
parent1690bf10da370e6b90e1f024aa6c802de094de70
GitInterceptor: Replace GitCommand.doRenameAfter calls with Exceptions

This is a defensive measure, as I don't know if they are really needed.
They are currently unimplemented, and thus this code should be
equivalent to the old one.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
src/org/nbgit/GitInterceptor.java
src/org/nbgit/util/GitCommand.java