]> source.dussan.org Git - jgit.git/commit
Remove rebase temporary files on checkout failure 99/3499/2
authorBernard Leach <leachbj@bouncycastle.org>
Sun, 22 May 2011 14:20:32 +0000 (00:20 +1000)
committerChris Aniszczyk <caniszczyk@gmail.com>
Mon, 23 May 2011 13:24:30 +0000 (08:24 -0500)
commitcf846cfb0b2ceb65749561a0ea1cbbc0904a2ee9
tree28221210aa51fd3b27953ca1af86a53fca0cc554
parent40fa75feb4536218a59b4cb6ea71e3579c8000dd
Remove rebase temporary files on checkout failure

A checkout conflict during rebase setup should leave the repository
in SAFE state which means ensuring that the rebase temporary files
need to be removed.

Bug: 346813
Change-Id: If8b758fde73ed5a452a99a195a844825a03bae1a
Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RebaseCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java