We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02fac2a + c2a0ce3 commit e52e4efCopy full SHA for e52e4ef
t/t7001-mv.sh
@@ -308,7 +308,7 @@ test_expect_success 'git mv moves a submodule with a .git directory and no .gitm
308
(
309
cd sub &&
310
rm -f .git &&
311
- cp -R -P -p ../.git/modules/sub .git &&
+ cp -a ../.git/modules/sub .git &&
312
GIT_WORK_TREE=. git config --unset core.worktree
313
) &&
314
mkdir mod &&
@@ -331,7 +331,7 @@ test_expect_success 'git mv moves a submodule with a .git directory and .gitmodu
331
332
333
334
335
336
337
0 commit comments