aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/gitrepository-layout.txt
diff options
context:
space:
mode:
authorFredrik Gustafsson <iveqy@iveqy.com>2013-06-09 13:11:36 +0200
committerJunio C Hamano <gitster@pobox.com>2013-06-09 13:45:32 -0700
commit26f8f32a2039a0e4568fb7d3682be19b94a9dd7f (patch)
tree8d48869fbe40d5881b1f88a038433ace438be516 /Documentation/gitrepository-layout.txt
parentf445500e4dd79ad0c4f6cf1c4949f01f155142f7 (diff)
downloadgit-26f8f32a2039a0e4568fb7d3682be19b94a9dd7f.tar.gz
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>
Diffstat (limited to 'Documentation/gitrepository-layout.txt')
-rw-r--r--Documentation/gitrepository-layout.txt3
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],