Hi All,

I am trying to get a list of commits for a specific file where ONLY the 
file I am interested in has been updated.

If I run

git log -- <filepath>

I get a list of commits that have updated that file.  This list of commits 
includes some that only contain my file and some that contain a number of 
files that have been updated in the same commit.  I am trying to filter out 
the commits that contain only one file, the one I am interested in.

Unfortunately, neither my git-fu nor my bash-fu have been up to the task so 
far.

Any tips would be very welcome.

Cheers,

Rob Hills
Waikiki, Western Australia

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to