projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbff2dc
)
Documentation/git-submodule.txt: typofix
author
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Dec 2007 07:29:53 +0000
(23:29 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 28 Dec 2007 07:29:53 +0000
(23:29 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-submodule.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-submodule.txt
b/Documentation/git-submodule.txt
index 3f59705686cf1f9605fa9c76e8009cd2a482cd9e..7d9a9fe5cd8a6a5379352503e4e540e261027b63 100644
(file)
--- a/
Documentation/git-submodule.txt
+++ b/
Documentation/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.