We just had a funny case where we were merging a feature branch back to our master branch and both Eclipse and IntelliJ "missed" merging some changes from the feature branch onto our master branch.
i.e. changes to source files did not come across to the master branch.
We tried various merge strategies (recursive, ours, octopus, etc.) with no luck.
We work in a fairly large project and were dreading having to go through and validate differences one by one.
Then I fired up SourceTree and it merged everything as expected and am just trying to figure out the difference, is anyone able to explains this?
Thanks!