Is it possible to add a list of files somewhere to a changelist or file or something, and to run git diff commit1 commit2 myListOfFiles
and to get the diff of just that list of files? Or is it possible to create a macro that expands to that list? and to be able to remove and add from that list or change it?
This would be super-useful for creating patches for just certain files, not having to type down the paths for all 20 files I want to diff.