diff options
author | Brandon Williams <bmwill@google.com> | 2018-02-20 12:29:22 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-02-21 10:45:06 -0800 |
commit | d88e92d4e05ee147faa1ac8d4f68a74503e2cc67 (patch) | |
tree | 57847bbf8a99f980747296fa3637783c064631a3 /Documentation/config.txt | |
parent | Git 2.16.2 (diff) | |
download | tgif-d88e92d4e05ee147faa1ac8d4f68a74503e2cc67.tar.xz |
submodule: indicate that 'submodule.recurse' doesn't apply to clone
Update the documentation for the 'submodule.recurse' config to identify
that the clone command does not respect it.
Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config.txt')
-rw-r--r-- | Documentation/config.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt index 0e25b2c92b..9a85e3108e 100644 --- a/Documentation/config.txt +++ b/Documentation/config.txt @@ -3210,7 +3210,8 @@ submodule.active:: submodule.recurse:: Specifies if commands recurse into submodules by default. This - applies to all commands that have a `--recurse-submodules` option. + applies to all commands that have a `--recurse-submodules` option, + except `clone`. Defaults to false. submodule.fetchJobs:: |