aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-09-29 16:43:10 -0700
committerJunio C Hamano <gitster@pobox.com>2007-09-29 16:43:10 -0700
commit2a350d7a68f27790e563eaa9fbca16cca191ea40 (patch)
tree1cbbdea8e5315c45b1ba0588db2effef102ea453 /Documentation
parent471fa1ecd5c323807b8156956c4602c5966f3a2b (diff)
parentf31a522a2d64a5c7d83047e9234e1722ef63985e (diff)
downloadgit-2a350d7a68f27790e563eaa9fbca16cca191ea40.tar.gz
git-2a350d7a68f27790e563eaa9fbca16cca191ea40.tar.xz
Merge branch 'ml/submodule'
* ml/submodule: git-submodule - allow a relative path as the subproject url
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-submodule.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt
index 2c48936fc..335e973a6 100644
--- a/Documentation/git-submodule.txt
+++ b/Documentation/git-submodule.txt
@@ -21,6 +21,9 @@ add::
repository is cloned at the specified path, 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
+ given but resolved as a relative path from the main project's
+ url when cloning.
status::
Show the status of the submodules. This will print the SHA-1 of the