You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@ymartin59 , the biggest checkout calculations aren't for a specific checkout, they for the largest of each category for any checkout. Would a change that allows for the "top X" biggest of each checkout category match your acceptance criteria?
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.
The text was updated successfully, but these errors were encountered: