Como ver os arquivos sendo assistidos por git

git log --pretty=format: --name-only --diff-filter=A | sort - | sed '/^$/d'
REX OMIV