mirror of
https://github.com/git/git.git
synced 2026-03-19 05:00:08 +01:00
criss cross rename failure workaround
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
88b0bdeb33
commit
24e96e358b
@@ -14,8 +14,8 @@ create_file() {
|
|||||||
|
|
||||||
test_expect_success 'setup' '
|
test_expect_success 'setup' '
|
||||||
create_file file1 "File1 contents" &&
|
create_file file1 "File1 contents" &&
|
||||||
create_file file2 "File2 contents" &&
|
create_file file2 "File2 more contents" &&
|
||||||
create_file file3 "File3 contents" &&
|
create_file file3 "File3 even more contents" &&
|
||||||
git add file1 file2 file3 &&
|
git add file1 file2 file3 &&
|
||||||
git commit -m 1
|
git commit -m 1
|
||||||
'
|
'
|
||||||
|
|||||||
Reference in New Issue
Block a user