Bring in remaining differences from the merge base manually.
Then:
git checkout master
git merge master-fix-cran
It seems that some of the changes in fix-cran are already incorporated in master. The -X switch in git merge is very useful, but need to double-check results.
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue and link to this old issue if necessary.
Auto-merge and check differences:
Bring in remaining differences from the merge base manually.
Then:
It seems that some of the changes in fix-cran are already incorporated in master. The -X switch in git merge is very useful, but need to double-check results.