summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-17 15:22:57 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-17 15:22:57 -0700
commitc0859f7292882e15477dfc88025e14ce83a625db (patch)
tree7ffed07be8918fa7ae147c4a00f1dd23ef64c53e /config.txt
parent20829a4b8e2b66a8e267b82569d850742ce66a6d (diff)
downloadgit-htmldocs-c0859f7292882e15477dfc88025e14ce83a625db.tar.gz
Autogenerated HTML docs for v2.10.1-502-g65988
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/config.txt b/config.txt
index a17947462..27069ac03 100644
--- a/config.txt
+++ b/config.txt
@@ -2825,12 +2825,13 @@ stash.showStat::
option will show diffstat of the stash. Defaults to true.
See description of 'show' command in linkgit:git-stash[1].
-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.
+ The URL for a submodule. This variable is copied from the .gitmodules
+ file to the git config via 'git submodule init'. The user can change
+ the configured URL before obtaining the submodule via 'git submodule
+ update'. After obtaining the submodule, the presence of this variable
+ is used as a sign whether the submodule is of interest to git commands.
+ See linkgit:git-submodule[1] and linkgit:gitmodules[5] for details.
submodule.<name>.update::
The default update procedure for a submodule. This variable