@@ -259,7 +259,7 @@ test_expect_success 'setup for rename + d/f conflicts' '
259
259
printf "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n" >sub/file &&
260
260
echo foo >dir/file-in-the-way &&
261
261
git add -A &&
262
- git commit -m "Common commmit " &&
262
+ git commit -m "Common commit " &&
263
263
264
264
echo 11 >>sub/file &&
265
265
echo more >>dir/file-in-the-way &&
@@ -439,7 +439,7 @@ test_expect_success 'setup both rename source and destination involved in D/F co
439
439
mkdir one &&
440
440
echo stuff >one/file &&
441
441
git add -A &&
442
- git commit -m "Common commmit " &&
442
+ git commit -m "Common commit " &&
443
443
444
444
git mv one/file destdir &&
445
445
git commit -m "Renamed to destdir" &&
@@ -479,7 +479,7 @@ test_expect_success 'setup pair rename to parent of other (D/F conflicts)' '
479
479
echo stuff >one/file &&
480
480
echo other >two/file &&
481
481
git add -A &&
482
- git commit -m "Common commmit " &&
482
+ git commit -m "Common commit " &&
483
483
484
484
git rm -rf one &&
485
485
git mv two/file one &&
@@ -539,7 +539,7 @@ test_expect_success 'setup rename of one file to two, with directories in the wa
539
539
540
540
echo stuff >original &&
541
541
git add -A &&
542
- git commit -m "Common commmit " &&
542
+ git commit -m "Common commit " &&
543
543
544
544
mkdir two &&
545
545
>two/file &&
@@ -583,7 +583,7 @@ test_expect_success 'setup rename one file to two; directories moving out of the
583
583
mkdir one two &&
584
584
touch one/file two/file &&
585
585
git add -A &&
586
- git commit -m "Common commmit " &&
586
+ git commit -m "Common commit " &&
587
587
588
588
git rm -rf one &&
589
589
git mv original one &&
@@ -618,7 +618,7 @@ test_expect_success 'setup avoid unnecessary update, normal rename' '
618
618
619
619
printf "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n" >original &&
620
620
git add -A &&
621
- git commit -m "Common commmit " &&
621
+ git commit -m "Common commit " &&
622
622
623
623
git mv original rename &&
624
624
echo 11 >>rename &&
@@ -649,7 +649,7 @@ test_expect_success 'setup to test avoiding unnecessary update, with D/F conflic
649
649
mkdir df &&
650
650
printf "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n" >df/file &&
651
651
git add -A &&
652
- git commit -m "Common commmit " &&
652
+ git commit -m "Common commit " &&
653
653
654
654
git mv df/file temp &&
655
655
rm -rf df &&
0 commit comments