diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-02-27 10:34:03 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-27 10:34:03 -0800 |
commit | 9dc254b7adb5c44b0158ab125bd4d4a66cc675fa (patch) | |
tree | d525cac8779a184d27e2ffded2efe5ac35376ff1 /t/t7409-submodule-detached-work-tree.sh | |
parent | Merge branch 'jk/test-hashmap-updates' (diff) | |
parent | Correct mispellings of ".gitmodule" to ".gitmodules" (diff) | |
download | tgif-9dc254b7adb5c44b0158ab125bd4d4a66cc675fa.tar.xz |
Merge branch 'rd/typofix'
Typofix.
* rd/typofix:
Correct mispellings of ".gitmodule" to ".gitmodules"
t/: correct obvious typo "detahced"
Diffstat (limited to 't/t7409-submodule-detached-work-tree.sh')
-rwxr-xr-x | t/t7409-submodule-detached-work-tree.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |