Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Document .git/modules
author
Fredrik Gustafsson
<iveqy@iveqy.com>
Sun, 9 Jun 2013 11:11:36 +0000
(13:11 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 9 Jun 2013 20:45:32 +0000
(13:45 -0700)
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>
Documentation/gitrepository-layout.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
f445500
)
diff --git
a/Documentation/gitrepository-layout.txt
b/Documentation/gitrepository-layout.txt
index d6f3393c5f5e4e8b564e702a06c632262847ee9d..aa03882ddb119d2e61da50079a72e1a6ab12f636 100644
(file)
--- 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],