# finds what files where changed in a specific commit # --stat: list of files # --pretty=oneline: makes output terse # -n 1: just the one commit git log --stat --pretty=oneline -n 1[hash]