summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-03-06 15:46:29 -0800
committerJunio C Hamano <gitster@pobox.com>2015-03-06 15:46:29 -0800
commit6bf68cf9901acfb76960c8b0366da1e35ef35f7d (patch)
tree83eb3637c180582dfe26e2c4f56afad3070d79ae /config.txt
parent7f1bc9d8e78bb4cbc0ffa8461bc4171686e22fa2 (diff)
downloadgit-htmldocs-6bf68cf9901acfb76960c8b0366da1e35ef35f7d.tar.gz
Autogenerated HTML docs for v2.3.2-209-gd67f9
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/config.txt b/config.txt
index 3babf4af1..153025556 100644
--- a/config.txt
+++ b/config.txt
@@ -2417,12 +2417,16 @@ status.submodulesummary::
submodule.<name>.path::
submodule.<name>.url::
+ The path within this project and URL for a submodule. These
+ variables are initially populated by 'git submodule init'. See
+ linkgit:git-submodule[1] and linkgit:gitmodules[5] for
+ details.
+
submodule.<name>.update::
- The path within this project, URL, and the updating strategy
- for a submodule. These variables are initially populated
- by 'git submodule init'; edit them to override the
- URL and other values found in the `.gitmodules` file. See
- linkgit:git-submodule[1] and linkgit:gitmodules[5] for details.
+ The default update procedure for a submodule. This variable
+ is populated by `git submodule init` from the
+ linkgit:gitmodules[5] file. See description of 'update'
+ command in linkgit:git-submodule[1].
submodule.<name>.branch::
The remote branch name for a submodule, used by `git submodule