summaryrefslogtreecommitdiffstats
path: root/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-12-31 09:44:26 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-12-31 09:44:26 +0000
commit91baf10bd835433b045a39c3b1eb7c6da6b0e053 (patch)
tree8b5ade8c6fca35c93d00cef232858f8f7981bc1c /git-submodule.txt
parent554da79be4cae87edd4323dd34fce9958e02b5d3 (diff)
downloadgit-htmldocs-91baf10bd835433b045a39c3b1eb7c6da6b0e053.tar.gz
Autogenerated HTML docs for v1.5.4-rc2-6-gab11
Diffstat (limited to 'git-submodule.txt')
-rw-r--r--git-submodule.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-submodule.txt b/git-submodule.txt
index 3f5970568..7d9a9fe5c 100644
--- a/git-submodule.txt
+++ b/git-submodule.txt
@@ -67,7 +67,7 @@ FILES
-----
When initializing submodules, a .gitmodules file in the top-level directory
of the containing repository is used to find the url of each submodule.
-This file should be formatted in the same way as $GIR_DIR/config. The key
+This file should be formatted in the same way as `$GIT_DIR/config`. The key
to each submodule url is "submodule.$name.url". See gitlink:gitmodules[5]
for details.