I have a fork of zprezto at http://github.com/ohcibi/prezto
To reproduce my problem:
git clone http://github.com/ohcibi/prezto
cd prezto
git checkout ohcibi
(i have a branch with that name, no typo here!)git merge master
- A bunch of conflicts are shown
The commit log shows that there are only 3 commits in ohcibi
that are new since the last merge commit which is around april 26th. All 3 of the commits do not touch any of the files that conflict (except one file where the confict is to be expected).
But why is that merge conflicting on the other files and even .gitmodules
as well?
Note: I don't need help solving that merge conflict! I know how to do that and I deliberately did not add the git-merge-conflict-resolution-tag
to that question as it would be a wrong tag (so it is not missing, don't add it!). I want to know why those conflicts happen in the first place (given that the conflicting files are *not* changed in both branches, which is the usual reason for a merge conflict, that I am aware of).