git diff(1) --cached --name-only%3B git diff --name-only
Show changes between commits, commit and working tree, etc
Show changes between the working tree and the index or a tree, changes between the index and a tree,
changes between two trees, or changes between two files on disk.
--name-only
    Show only names of changed files.
source manpages: git-diff