Git stats graph

Most changed files with GitStats

Recently, I created my first post about GitStats. Git is a great revision control system but needs commit-behavior analysis tools. GitStats fills this gap.

GitStats has now been updated and has the following features:

  • Files with the most commits
  • Files with the most changes

These two metrics together will give a strong measure of files which are most brittle and need attention. These are the areas which need the most unit testing coverage. Focus on the top offenders first. Soon, you’ll find the GitStats report will flatten out as code coverage increases.