diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-12-16 22:03:21 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-12-16 22:03:21 -0800 |
commit | 6fbe42c7ee99b4cafa792b46a16b0158d305fe29 (patch) | |
tree | 8b23afd7b37aa3fd07d7d798c0f65df04aae91ec | |
parent | 50f22ada523f448986dd6273da14a477cea5a646 (diff) | |
download | git-6fbe42c7ee99b4cafa792b46a16b0158d305fe29.tar.gz git-6fbe42c7ee99b4cafa792b46a16b0158d305fe29.tar.xz |
Documentation/git-submodule: refer to gitmodules(5)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-submodule.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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 |