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.
1 parent b84c6db commit ee6770dCopy full SHA for ee6770d
t/t7001-mv.sh
@@ -305,7 +305,7 @@ test_expect_success 'git mv moves a submodule with a .git directory and no .gitm
305
(
306
cd sub &&
307
rm -f .git &&
308
- cp -R -P -p ../.git/modules/sub .git &&
+ cp -a ../.git/modules/sub .git &&
309
GIT_WORK_TREE=. git config --unset core.worktree
310
) &&
311
mkdir mod &&
@@ -328,7 +328,7 @@ test_expect_success 'git mv moves a submodule with a .git directory and .gitmodu
328
329
330
331
332
333
334
0 commit comments