summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2007-06-11 19:12:23 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-06-12 08:06:21 (GMT)
commitd57dd255a696cb68c880110a990085c08343f618 (patch)
tree6520ec1cbfd453b27f169fd7547c3e7c93b3e0bc /t
parentbf2d824660c976e0d0e773f9c5095a6abaf388ae (diff)
downloadgit-d57dd255a696cb68c880110a990085c08343f618.zip
git-d57dd255a696cb68c880110a990085c08343f618.tar.gz
git-d57dd255a696cb68c880110a990085c08343f618.tar.bz2
Rename sections from "module" to "submodule" in .gitmodules
Rename [module] to [submodule], so that it would be more forward compatible with the proposed extension by harmonizing the section names used in .gitmodules and .git/config. Signed-off-by: Lars Hjemli <hjemli@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-xt/t7400-submodule-basic.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7400-submodule-basic.sh b/t/t7400-submodule-basic.sh
index 74fafce..9f2d4f9 100755
--- a/t/t7400-submodule-basic.sh
+++ b/t/t7400-submodule-basic.sh
@@ -40,7 +40,7 @@ test_expect_success 'Prepare submodule testing' '
git-add a lib z &&
git-commit -m "super commit 1" &&
mv lib .subrepo &&
- GIT_CONFIG=.gitmodules git-config module.lib.url git://example.com/lib.git
+ GIT_CONFIG=.gitmodules git-config submodule.lib.url git://example.com/lib.git
'
test_expect_success 'status should only print one line' '