Open
Description
Summary 💡
I.e https://github.com/tj/git-extras/blob/main/bin/git-summary
That’s a shell script and I imagine moving it to rust would be a significant performance bump. Particularly with ‘—line’ that can be kinda slow on large repos. Also as it appears to be using fairly standard git tools I’m supposing that everything might already in place (I noticed that GO just gained some support for blame), though TBH I haven’t done the due diligence so I’m not 100% sure.
If everything is in place I guess I could even take a crack at this myself if you agree to taking that feature in?
Motivation 🔦
Git summary is a nice tool to get an idea of the main contributors to an unknown repo. But it’s kinda slow for large repos