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
Found a perfect answer to this:
git show --name-status --oneline
So that I can know
which files were just modified M Which files were newly added , A Which files were deleted , D