see https://github.com/nodegit/nodegit/issues/858 2 things to fix here with Repo.mergeBranches: - [x] it should take a MergeOptions. - [ ] ~~it might be able to use the preference stuff now, rather than explicitly going on way or the other, which would clean up significantly.~~ - [ ] Add `git_merge_analysis` to our libgit2 doc supplement and use that in `Repository#mergeBranches` to clean up our manual implementation of that function.
see #858
2 things to fix here with Repo.mergeBranches:
it might be able to use the preference stuff now, rather than explicitly going on way or the other, which would clean up significantly.git_merge_analysisto our libgit2 doc supplement and use that inRepository#mergeBranchesto clean up our manual implementation of that function.