]> source.dussan.org Git - jgit.git/commit
Rebase interactive should finish if last step is edit 16/18116/1
authorStefan Lay <stefan.lay@sap.com>
Wed, 6 Nov 2013 08:43:31 +0000 (09:43 +0100)
committerStefan Lay <stefan.lay@sap.com>
Wed, 6 Nov 2013 08:43:31 +0000 (09:43 +0100)
commit18069ffe8cbede40cf2524922c262b67656e7021
treeb5e046a41ab6b00bf2ac2d764b996cda442dd50e
parent34fbd814d40a18f8be57e3d8a766e854f2fe2d00
Rebase interactive should finish if last step is edit

When the last step was an edit step, rebase interactive did not finish
after continuing the rebase. Instead, it returned with the status
FAST_FORWARD.

Change-Id: Ib19857474ac089dfeaae665ad5e95c66c21099b0
org.eclipse.jgit.test/tst/org/eclipse/jgit/api/RebaseCommandTest.java
org.eclipse.jgit/src/org/eclipse/jgit/api/RebaseCommand.java