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
filter-repo decided not to provide a way to run an external program to do filtering, because most filter-branch uses of this ability are riddled with safety problems and performance issues.
Would be nice to add on frontal readme.md next paragraph:
What git-filter-repo can't do versus filter-branch
The text was updated successfully, but these errors were encountered:
git-filter-repo certainly doesn't make it as easy as a simple command line parameter to do this, precisely because most uses of this in filter-branch were an ill-considered abuse that resulted in all kinds of safety problems and performance issues.
But, it can totally do it, and stating that it can't would be erroneous. So, I'll have to close this issue out.
Only place where it is mentioned - is the bottom of Documentation/converting-from-filter-branch.md with the words:
Would be nice to add on frontal
readme.md
next paragraph:What
git-filter-repo
can't do versusfilter-branch
The text was updated successfully, but these errors were encountered: