Get all commits since the last time a certain file was changed
#!/bin/bash git log --pretty=format:"%h" $(git log -1 --pretty=format:"%h" VERSION)..HEAD