Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-02-27 21:34:03 +0300
committerJunio C Hamano <gitster@pobox.com>2018-02-27 21:34:03 +0300
commit9dc254b7adb5c44b0158ab125bd4d4a66cc675fa (patch)
treed525cac8779a184d27e2ffded2efe5ac35376ff1 /t
parent34b65c65b55abd5e60d7cc6af2e26af3cc5173f9 (diff)
parent5aea9fe6cccf7a29551f86e1c2ec85ab0ba12e8e (diff)
Merge branch 'rd/typofix'
Typofix. * rd/typofix: Correct mispellings of ".gitmodule" to ".gitmodules" t/: correct obvious typo "detahced"
Diffstat (limited to 't')
-rwxr-xr-xt/t5526-fetch-submodules.sh2
-rwxr-xr-xt/t7409-submodule-detached-work-tree.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/t/t5526-fetch-submodules.sh b/t/t5526-fetch-submodules.sh
index a552ad4ead..74486c73b0 100755
--- a/t/t5526-fetch-submodules.sh
+++ b/t/t5526-fetch-submodules.sh
@@ -485,7 +485,7 @@ test_expect_success "don't fetch submodule when newly recorded commits are alrea
)
'
-test_expect_success "'fetch.recurseSubmodules=on-demand' works also without .gitmodule entry" '
+test_expect_success "'fetch.recurseSubmodules=on-demand' works also without .gitmodules entry" '
(
cd downstream &&
git fetch --recurse-submodules
diff --git a/t/t7409-submodule-detached-work-tree.sh b/t/t7409-submodule-detached-work-tree.sh
index c20717181e..fc018e3638 100755
--- a/t/t7409-submodule-detached-work-tree.sh
+++ b/t/t7409-submodule-detached-work-tree.sh
@@ -6,7 +6,7 @@
test_description='Test submodules on detached working tree
This test verifies that "git submodule" initialization, update and addition works
-on detahced working trees
+on detached working trees
'
TEST_NO_CREATE_REPO=1