I need to include only specific files (either by the list or by regex/wildcard pattern) in
git diff -R origin/master
Use case: I've ported an app to a different programming language, the original repository has changed since and I need to see changes only for the *.cc and *.h files, excluding the rest (which are plenty)