Skip to content

Commit 0d23ef0

Browse files
committed
Merge 'criss-cross-merge' into HEAD
2 parents c282cb6 + 5f9a8fd commit 0d23ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t4130-apply-criss-cross-rename.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ create_file() {
1414

1515
test_expect_success 'setup' '
1616
create_file file1 "File1 contents" &&
17-
create_file file2 "File2 contents" &&
18-
create_file file3 "File3 contents" &&
17+
create_file file2 "File2 more contents" &&
18+
create_file file3 "File3 even more contents" &&
1919
git add file1 file2 file3 &&
2020
git commit -m 1
2121
'

0 commit comments

Comments
 (0)