Documentation/git-submodule: refer to gitmodules(5)

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2007-12-16 22:03:21 -08:00
parent 50f22ada52
commit 6fbe42c7ee

View File

@ -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