I am looking for a simple git command that provides a nicely formatted list of all files that were part of the commit given by a hash (SHA1), with no extraneous
git
Use simple one line command, if you just want the list of files changed in the last commit:
git diff HEAD~1 --name-only