Accustomed to SVN, I always do an 'update' before sharing any changes, so before making any pushes I always pull first.
It's annoying when I pull (even though there weren't any changes to the remote) and see a commit for a merge with 0 changed files with 0 additions and 0 deletions
. Commits like:
https://github.com/UCF/Harvard-Mobile-Web/commit/be9d6b2d1ab196554e080d8b8647a9d16c8a5ddf
I find this to be useless noise when looking at the commit history.
Maybe there's something I'm missing, is there any point to this commit? If not, is there any way to prevent git from writing empty merge commits?