Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit fb0f5d1

Browse files
committed
Merge 'criss-cross-merge' into HEAD
2 parents 82c8da7 + 552ca1b commit fb0f5d1

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)