git diff master --compact-summary
Output is:
src/app/components/common/sidebar/toolbar/toolbar.component.html | 2 +-
src/app/components/common/sidebar/toolbar/toolbar.component.scss | 2 --
This is exactly what you need. Same format as when you making commit or pulling new commits from remote.
PS: That's wired that nobody answered this way.