I'm trying to merge a gitbundle into master which is several commits ahead of the bundle (see picture below for example). Problem is that the gitbundle commits all use tabs instead of spaces so git thinks the entire files have changed. If I were to simply merge the gitbundle into master then the last few commits to master would pretty much be gone.
What is the best way to resolve this problem?