Community
Participate
Working Groups
I'm implementing the rebase operation in Orion and I've noticed strange behaviour of rebase continue operation: Comment 8, Bug 351429. I cannot reproduce this bug myself. However, "Orion part" seems to work properly. Strange fact is that after resolving conflicts, RebaseCommand.call() returns status: FAST_FORWARD, and later Repository.getRepositoryState() returns: REBASING_INTERACTIVE. It seems to me like a bug in JGit. As Szymon reports, console version git rebase --continue works properly after resolving conflicts.