how to do a git status
to view changed files in a past commit?
NOTE: this question might have already been asked, but phrased much differently. however, I am astounded to see that searching for the following expression on Google yields no useful results: git status for past commit
.
git show --name-status <commit>