Git one-liner: which folder has had the most activity over the last 30 days?
A cute little git command to quickly see where the activity has been when exploring a large codebase:
This will give you output like:
From this point its trivial to visualise it as a pie-chart or some other mechanism.