Last Updated: February 25, 2016
·
558
· erol

List changed files between two commits

git show --pretty="format:" --name-only a48d6fc..b4316fa | sort | uniq

This will give you a unique list of all files changed between the two commit hashes.