Git and binary files history
This is a follow up on some similar " answered " questions about git handling binary files and how git can't follow file history very well . So, git can't properly follow file history . Heck, even git log --follow -M100% --name-only -- path-to-my-file won't do it, and I'm supposedly telling it to only follow files that are 100% similar! Then we are supposed to use other ways to find who to blame , such as bisecting . Problem here is: those doesn't seem to work with binaries. And accodring to Linus we are unlikely to get a git log --follow fully working any time soon. In the end my question