Is there a way to list only the directories that were changed?
If I\'m at the git root say, ~/project
~/project
Files I changed are
~/proje
Use git diff with parameter --dirstat, e.g.
git diff --dirstat HEAD~100..HEAD