3 test_description
='git apply handling submodules'
6 .
"$TEST_DIRECTORY"/lib-submodule-update.sh
9 git
diff --ignore-submodules=dirty
"..$1" >diff &&
10 may_only_be_test_must_fail
"$2" &&
11 $2 git apply
--index diff
14 test_submodule_switch_func
"apply_index"
17 git
diff --ignore-submodules=dirty
"..$1" >diff &&
18 may_only_be_test_must_fail
"$2" &&
19 $2 git apply
--3way diff
22 test_submodule_switch_func
"apply_3way"