Show changed file names with git log
For this you could use the
--name-only
flag:
git log --name-only
or
--stat
flag for more friendly output:
git log --stat