merging (with conflicts)
extrawurst opened this issue · 4 comments
extrawurst commented
this will be a multistep process:
- non-ff merging will put the repo in conflicted state (<<<< in the files)
- user resolved conflicts outside of
gitui - now we provide means to put repo into resolved state
- committing from this state should auto fill the commit msg with the typical merge commit text
- at any step we need to provide means to abort/revert the ongoing merge
extrawurst commented
turns out git2-rs lacks support for: git_repository_mergehead_foreach (issue: rust-lang/git2-rs#705)
we need that to be able to figure out which branch is currently about to be merged
extrawurst commented
extrawurst commented
extrawurst commented
closed with 8767642

