List Just The Files Involved In A Commit
$ git diff-tree --no-commit-id --name-only -r <SHA>$ git show --pretty="" --name-only <SHA>Last updated
$ git diff-tree --no-commit-id --name-only -r <SHA>$ git show --pretty="" --name-only <SHA>Last updated