vifactor / repostat

Inspired by gitstats project: git repository desktop analyzer
GNU General Public License v3.0
106 stars 13 forks source link

Use pandas to analyse git history #101

Closed vifactor closed 4 years ago

vifactor commented 4 years ago

Whole and Linear history metrics calculations are moved to pandas. "Snaphot" (current (HEAD) state of repo, e.g. files properties, contribution) is so far handled by gitstatistics.py module.