Commit 4bff3b6d authored by Alessio Caiazza's avatar Alessio Caiazza Committed by Achilleas Pipinellis

Document git requirements for GIT_SUBMODULE_STRATEGY=recursive

parent c0fafb6b
...@@ -1456,7 +1456,9 @@ There are three possible values: `none`, `normal`, and `recursive`: ...@@ -1456,7 +1456,9 @@ There are three possible values: `none`, `normal`, and `recursive`:
``` ```
- `recursive` means that all submodules (including submodules of submodules) - `recursive` means that all submodules (including submodules of submodules)
will be included. It is equivalent to: will be included. This feature needs Git v1.8.1 and later. When using a
GitLab Runner with an executor not based on Docker, make sure the Git version
meets that requirement. It is equivalent to:
``` ```
git submodule sync --recursive git submodule sync --recursive
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment