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:
467
467
468
468
* In editing files, git-filter-branch by design checks out each and
469
469
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.
473
473
474
474
* If you try and cheat and try to make git-filter-branch only work on
475
475
files modified in a commit, then two things happen
You can’t perform that action at this time.
0 commit comments