From: Junio C Hamano Date: Mon, 17 Dec 2007 06:03:21 +0000 (-0800) Subject: Documentation/git-submodule: refer to gitmodules(5) X-Git-Tag: v1.5.4-rc1~28 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=6fbe42c7ee99b4cafa792b46a16b0158d305fe29;p=git.git Documentation/git-submodule: refer to gitmodules(5) Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index 335e973a6..3f5970568 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -68,7 +68,8 @@ 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 -to each submodule url is "submodule.$name.url". +to each submodule url is "submodule.$name.url". See gitlink:gitmodules[5] +for details. AUTHOR