File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -639,41 +639,41 @@ test_expect_success 'merge log message' '
639
639
test_debug ' git log --graph --decorate --oneline --all'
640
640
641
641
test_expect_success ' merge c1 with c0, c2, c0, and c1' '
642
- git reset --hard c1 &&
643
- test_tick &&
644
- git merge c0 c2 c0 c1 &&
645
- verify_merge file result.1-5 &&
646
- verify_parents $c1 $c2
642
+ git reset --hard c1 &&
643
+ test_tick &&
644
+ git merge c0 c2 c0 c1 &&
645
+ verify_merge file result.1-5 &&
646
+ verify_parents $c1 $c2
647
647
'
648
648
649
649
test_debug ' git log --graph --decorate --oneline --all'
650
650
651
651
test_expect_success ' merge c1 with c0, c2, c0, and c1' '
652
- git reset --hard c1 &&
653
- test_tick &&
654
- git merge c0 c2 c0 c1 &&
655
- verify_merge file result.1-5 &&
656
- verify_parents $c1 $c2
652
+ git reset --hard c1 &&
653
+ test_tick &&
654
+ git merge c0 c2 c0 c1 &&
655
+ verify_merge file result.1-5 &&
656
+ verify_parents $c1 $c2
657
657
'
658
658
659
659
test_debug ' git log --graph --decorate --oneline --all'
660
660
661
661
test_expect_success ' merge c1 with c1 and c2' '
662
- git reset --hard c1 &&
663
- test_tick &&
664
- git merge c1 c2 &&
665
- verify_merge file result.1-5 &&
666
- verify_parents $c1 $c2
662
+ git reset --hard c1 &&
663
+ test_tick &&
664
+ git merge c1 c2 &&
665
+ verify_merge file result.1-5 &&
666
+ verify_parents $c1 $c2
667
667
'
668
668
669
669
test_debug ' git log --graph --decorate --oneline --all'
670
670
671
671
test_expect_success ' merge fast-forward in a dirty tree' '
672
- git reset --hard c0 &&
673
- mv file file1 &&
674
- cat file1 >file &&
675
- rm -f file1 &&
676
- git merge c2
672
+ git reset --hard c0 &&
673
+ mv file file1 &&
674
+ cat file1 >file &&
675
+ rm -f file1 &&
676
+ git merge c2
677
677
'
678
678
679
679
test_debug ' git log --graph --decorate --oneline --all'
You can’t perform that action at this time.
0 commit comments