To list all the files in a commit, I can use:
git show --pretty="" --name-only bd61ad98
However if I want to further narrow down the list to only files in a folder, what should I do? How about files not just in one folder but:
- in several folder?
- not in a folder?
- not in several folders?