I am following the instructions here: https://stackoverflow.com/a/614254/400723 in order to combine 3 git repos into a single one. Unfortunately, while pulling in the 3rd, I am getting a significant number of conflicts. These repos should not have any overlap with the files that they touch, is there something I'm missing?
I created "proj-parent" and checked out the three repos into it: api, import, and commons. I did the filter-branch command and everything was fine. I pulled in commons first and then import (which had a few conflicts). I am trying to do a git pull on api now and there are a significant number of conflicts (most of them with import). Did I do something wrong? There should be virtually no overlap with the files that these projects touch as far as I'm aware.