CharlieC3
5/17/2016 - 2:08 PM

Get all commits since the last time a certain file was changed

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