'Emacs magit command that shows names of modified files in a branch

While on a branch, I'm looking to run effectively this command:

git diff --name-only master... 

using magit. What is the appropriate keystroke to see the names of files that have been modified on a branch like the above?



Solution 1:[1]

There is not a magit command to do this.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mittenchops