File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3085,10 +3085,14 @@ submodule.<name>.url::
30853085 See linkgit:git-submodule[1] and linkgit:gitmodules[5] for details.
30863086
30873087submodule.<name>.update::
3088- The default update procedure for a submodule. This variable
3089- is populated by `git submodule init` from the
3090- linkgit:gitmodules[5] file. See description of 'update'
3091- command in linkgit:git-submodule[1].
3088+ The method by which a submodule is updated by 'git submodule update',
3089+ which is the only affected command, others such as
3090+ 'git checkout --recurse-submodules' are unaffected. It exists for
3091+ historical reasons, when 'git submodule' was the only command to
3092+ interact with submodules; settings like `submodule.active`
3093+ and `pull.rebase` are more specific. It is populated by
3094+ `git submodule init` from the linkgit:gitmodules[5] file.
3095+ See description of 'update' command in linkgit:git-submodule[1].
30923096
30933097submodule.<name>.branch::
30943098 The remote branch name for a submodule, used by `git submodule
You can’t perform that action at this time.
0 commit comments