The next invocation of {@link RebaseInteractivePlan#getPlan(Repository)}will create a new {@link RebaseInteractivePlan} instance.
174175176177178179180181182183184
private void finishRebaseInteractive() { RebaseInteractivePlan plan = RebaseInteractivePlan .getPlan(repository); if (plan != null && !plan.isRebasingInteractive()) plan.dispose(); } }); } private void handleUncommittedChanges(final Repository repository,