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
I'll just assume that gitk is not desired for this. In that case, try git show --name-only .
gitk
git show --name-only