Merge branch 'sb/doc-config-submodule-update'
* sb/doc-config-submodule-update: Documentation/config: clarify the meaning of submodule.<name>.update
This commit is contained in:
commit
d5eec90970
@ -3085,10 +3085,14 @@ submodule.<name>.url::
|
|||||||
See linkgit:git-submodule[1] and linkgit:gitmodules[5] for details.
|
See linkgit:git-submodule[1] and linkgit:gitmodules[5] for details.
|
||||||
|
|
||||||
submodule.<name>.update::
|
submodule.<name>.update::
|
||||||
The default update procedure for a submodule. This variable
|
The method by which a submodule is updated by 'git submodule update',
|
||||||
is populated by `git submodule init` from the
|
which is the only affected command, others such as
|
||||||
linkgit:gitmodules[5] file. See description of 'update'
|
'git checkout --recurse-submodules' are unaffected. It exists for
|
||||||
command in linkgit:git-submodule[1].
|
historical reasons, when 'git submodule' was the only command to
|
||||||
|
interact with submodules; settings like `submodule.active`
|
||||||
|
and `pull.rebase` are more specific. It 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::
|
submodule.<name>.branch::
|
||||||
The remote branch name for a submodule, used by `git submodule
|
The remote branch name for a submodule, used by `git submodule
|
||||||
|
Loading…
Reference in New Issue
Block a user