git-sizer icon indicating copy to clipboard operation
git-sizer copied to clipboard

Get a top 10 of biggest checkouts in repository

Open ymartin59 opened this issue 1 year ago • 1 comments

When migrating repository (from Subversion for instance), it may happen some branches or tags introduce mistakes and Git repository has multiple big checkouts I am interested to identify in a single list (so that they can be excluded from migration process in my case).

So I am interested in reusing git-sizer "biggest checkouts" calculation to report the "top X" biggest checkouts with specific argument.

ymartin59 avatar Jan 17 '24 11:01 ymartin59