summaryrefslogtreecommitdiffstats
path: root/git-submodule.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-03-09 10:39:09 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-03-09 10:39:09 +0000
commitbb34317b8b0b3c34f91f17697ad618fe19148f7b (patch)
tree85724163a9cd7c33a30065f943e737740960a9df /git-submodule.txt
parent86bccccdbdcef5b72f60cca6ec3d9594b271dc63 (diff)
downloadgit-htmldocs-bb34317b8b0b3c34f91f17697ad618fe19148f7b.tar.gz
Autogenerated HTML docs for v1.5.4.4-481-g5075
Diffstat (limited to 'git-submodule.txt')
-rw-r--r--git-submodule.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/git-submodule.txt b/git-submodule.txt
index e818e6e78..b4d01605a 100644
--- a/git-submodule.txt
+++ b/git-submodule.txt
@@ -18,8 +18,9 @@ COMMANDS
--------
add::
Add the given repository as a submodule at the given path
- to the changeset to be committed next. In particular, the
- repository is cloned at the specified path, added to the
+ to the changeset to be committed next. If path is a valid
+ repository within the project, it is added as is. Otherwise,
+ repository is cloned at the specified path. path is added to the
changeset and registered in .gitmodules. If no path is
specified, the path is deduced from the repository specification.
If the repository url begins with ./ or ../, it is stored as