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
Use git-filter-branch --index-filter instead of --tree-filter
Using an index filter is much faster since git does not have to perform
a full checkout for every commit in the range that needs to be rewritten.
Fixesingydotnet#435
0 commit comments