It's been my experience, especially in the startup scene where business requirements change often, that `git blame` rarely shows you what you want. Files get renamed, moved, re-indented, etc, frequently.<p>I wrote a tutorial on a more effective (at least for me) solution to find the true author of a change: <a href="http://blog.andrewray.me/a-better-git-blame/" rel="nofollow">http://blog.andrewray.me/a-better-git-blame/</a>