diff options
author | Fredrik Gustafsson <iveqy@iveqy.com> | 2013-06-09 13:11:36 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-06-09 13:45:32 -0700 |
commit | 26f8f32a2039a0e4568fb7d3682be19b94a9dd7f (patch) | |
tree | 8d48869fbe40d5881b1f88a038433ace438be516 | |
parent | t/README: test_must_fail is for testing Git (diff) | |
download | tgif-26f8f32a2039a0e4568fb7d3682be19b94a9dd7f.tar.xz |
Document .git/modules
A note in the beginning of this document describes the behavior already.
This patch just adds where to find the repositories.
Signed-off-by: Fredrik Gustafsson <iveqy@iveqy.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/gitrepository-layout.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index d6f3393c5f..aa03882ddb 100644 --- a/Documentation/gitrepository-layout.txt +++ b/Documentation/gitrepository-layout.txt @@ -211,6 +211,9 @@ shallow:: and maintained by shallow clone mechanism. See `--depth` option to linkgit:git-clone[1] and linkgit:git-fetch[1]. +modules:: + Contains the git-repositories of the submodules. + SEE ALSO -------- linkgit:git-init[1], |