Files
git/Documentation
Philippe Blain 878b399734 doc: clarify description of 'submodule.recurse'
The doc for 'submodule.recurse' starts with "Specifies if commands
recurse into submodles by default". This is not exactly true of all
commands that have a '--recurse-submodules' option. For example, 'git
pull --recurse-submodules' does not run 'git pull' in each submodule,
but rather runs 'git submodule update --recursive' so that the submodule
working trees after the pull matches the commits recorded in the
superproject.

Clarify that by just saying that it enables '--recurse-submodules'.

Note that the way this setting interacts with 'fetch.recurseSubmodules'
and 'push.recurseSubmodules', which can have other values than true or
false, is already documented since 4da9e99e6e (doc: be more precise on
(fetch|push).recurseSubmodules, 2020-04-06).

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2021-07-20 14:57:43 -07:00
..
2021-05-22 18:29:01 +09:00
2019-05-09 00:37:27 +09:00
2020-08-04 18:34:02 -07:00
2021-04-16 13:36:55 -07:00
2020-09-19 15:56:06 -07:00
2021-02-05 16:40:44 -08:00
2020-04-29 16:15:27 -07:00
2021-04-08 14:18:03 -07:00
2019-01-23 11:37:29 -08:00
2019-05-07 13:04:48 +09:00
2019-05-07 13:04:48 +09:00
2021-05-07 12:47:40 +09:00
2021-05-16 21:05:24 +09:00
2019-10-21 12:02:39 +09:00