summaryrefslogtreecommitdiffstats
path: root/gitmodules.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-15 22:24:45 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-15 22:24:45 +0000
commit78e3a7820b2267111cd2f29fd3d06e8919f2b36c (patch)
treee5eb61d417f8655688f52d01beeddb01b9503560 /gitmodules.txt
parent635553978d5d3414c3d9699aa009ae29839356ab (diff)
downloadgit-htmldocs-78e3a7820b2267111cd2f29fd3d06e8919f2b36c.tar.gz
Autogenerated HTML docs for v1.7.2-rc3-39-g53b30
Diffstat (limited to 'gitmodules.txt')
-rw-r--r--gitmodules.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitmodules.txt b/gitmodules.txt
index 5daf750d1..72a13d18e 100644
--- a/gitmodules.txt
+++ b/gitmodules.txt
@@ -29,6 +29,9 @@ submodule.<name>.path::
submodule.<name>.url::
Defines an url from where the submodule repository can be cloned.
+ This may be either an absolute URL ready to be passed to
+ linkgit:git-clone[1] or (if it begins with ./ or ../) a location
+ relative to the superproject's origin repository.
submodule.<name>.update::
Defines what to do when the submodule is updated by the superproject.