File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ test_description='Tests rebase performance'
6
6
test_perf_default_repo
7
7
8
8
test_expect_success ' setup rebasing on top of a lot of changes' '
9
- git checkout -f -b base &&
10
- git checkout -b to-rebase &&
11
- git checkout -b upstream &&
9
+ git checkout -f -B base &&
10
+ git checkout -B to-rebase &&
11
+ git checkout -B upstream &&
12
12
for i in $(seq 100)
13
13
do
14
14
# simulate huge diffs
@@ -35,8 +35,8 @@ test_perf 'rebase on top of a lot of unrelated changes' '
35
35
36
36
test_expect_success ' setup rebasing many changes without split-index' '
37
37
git config core.splitIndex false &&
38
- git checkout -b upstream2 to-rebase &&
39
- git checkout -b to-rebase2 upstream
38
+ git checkout -B upstream2 to-rebase &&
39
+ git checkout -B to-rebase2 upstream
40
40
'
41
41
42
42
test_perf ' rebase a lot of unrelated changes without split-index' '
You can’t perform that action at this time.
0 commit comments