Commit 05f43df
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.
Fixes ingydotnet#4351 parent 550e736 commit 05f43df
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
821 | 821 | | |
822 | 822 | | |
823 | 823 | | |
824 | | - | |
825 | | - | |
| 824 | + | |
| 825 | + | |
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
| |||
0 commit comments