+1
Completed
When journal runs into a conflict, give the opportunity to resolve and continue
When rewriting history via the journal (i.e. interactive rebase) runs into a conflict, it currently completely aborts (seems like "rebase --abort"). Like in native rebase --interactive I would like the opportunity to choose between 1) resolve the conflict and continue and 2) abort the interactive rebase.
Customer support service by UserEcho
SmartGit 17.1 offers batch-mode interactive rebase. Our existing Journal functionality uses cherry-picks because Git's rebase is dog-slow on Windows.
Thomas, I've read that interactive rebase on Windows is now 5x faster starting in git for windows 2.10. It may be worth revisiting the performance. https://blogs.msdn.microsoft.com/visualstudioalm/2016/09/03/whats-new-in-git-for-windows-2-10/