I’m basically trying to run this command, but in Magit:
git diff master..17 -- "**/*.scala"
… i.e. to view changes in all *.scala
files between ref/heads/master
and ref/heads/17
.
I’ve tried setting =f
to this glob, but that doesn’t help.
(Same question applies to git log
).
Thank you!