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?
There is not a magit
command to do this.