Re-use conflict resolution with Git
问题 Can I tell Git to re-use the conflict resolution from an existing merge commit? I had rerere disabled at the time of commit. The new merge commit contains a few additional commits on the "ours" side of the merge (but they should not introduce new conflicts as they modified a different set of files). For instance, take the following DAG: m [master] Add new stuff * | o [old-master] Merge branch A (conflicts) |/a [branch A] n * * * */ * Now, what I want to do is to bring commits m and m^ into