like git, imerge also doesn't allow merging unrelated histories, but with with it can be forced by using --allow-unrelated-histories option.
is it possible to add a similar functionality to imerge?
background: I just ran into a situation which had unrelated histories because the team working on the project didn't understand git remote add command (smh). and I am left with two unrelated histories which has a ton of conflicts.