diff options
author | 2020-04-06 15:57:05 +0200 | |
---|---|---|
committer | 2020-04-06 13:42:43 -0700 | |
commit | dd0cb7dffabf18e0e7251b04fda53d110151e811 (patch) | |
tree | df33175ec445da21ee43716368a28cbe83163ad6 /Documentation/config | |
parent | The second batch post 2.26 cycle (diff) | |
download | tgif-dd0cb7dffabf18e0e7251b04fda53d110151e811.tar.xz |
doc: list all commands affected by submodule.recurse
Note that `ls-files` is not affected, even though it has a
`--recurse-submodules` option, so list it as an exception too.
Signed-off-by: Damien Robert <damien.olivier.robert+git@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r-- | Documentation/config/submodule.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/config/submodule.txt b/Documentation/config/submodule.txt index b33177151c..5962f41ead 100644 --- a/Documentation/config/submodule.txt +++ b/Documentation/config/submodule.txt @@ -59,8 +59,9 @@ submodule.active:: submodule.recurse:: Specifies if commands recurse into submodules by default. This - applies to all commands that have a `--recurse-submodules` option, - except `clone`. + applies to all commands that have a `--recurse-submodules` option + (`checkout`, `fetch`, `grep`, `pull`, `push`, `read-tree`, `reset`, + `restore` and `switch`) except `clone` and `ls-files`. Defaults to false. submodule.fetchJobs:: |