Reputation: 35
Can I find list of commits in a given file after version v4.0?
Upvotes: 0
Views: 60
Reputation: 25531
git log v4.0.. -- file assuming v4.0 is a tag.
git log v4.0.. -- file
v4.0
Upvotes: 2