Conflict filenames are included in auto-generated commit message.
Beside conflict files, if someone makes changes to other files in a merge commit, it is worth noticing the changes to trace why he makes such changes in a merge commit.
If no conflicts, a merge commit should have no real file changes, because each file follows either parent.
What git command line should I type?
I need changed file names only, not diff content.