File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -467,9 +467,9 @@ impossible for a backward-compatible implementation to ever be fast:
467467
468468* In editing files, git-filter-branch by design checks out each and
469469 every commit as it existed in the original repo. If your repo has
470- 10\^5 files and 10\^5 commits, but each commit only modifies 5
471- files, then git-filter-branch will make you do 10\ ^10 modifications,
472- despite only having (at most) 5*10^5 unique blobs.
470+ `10^5` files and `10^5` commits, but each commit only modifies five
471+ files, then git-filter-branch will make you do `10 ^10` modifications,
472+ despite only having (at most) ` 5*10^5` unique blobs.
473473
474474* If you try and cheat and try to make git-filter-branch only work on
475475 files modified in a commit, then two things happen
You can’t perform that action at this time.
0 commit comments