提交 9d895a73 编写于 作者: A Achilleas Pipinellis

Merge branch 'docs/no-submodule-recursive-in-old-git' into 'master'

Document git requirements for GIT_SUBMODULE_STRATEGY=recursive

Closes gitlab-runner#2992

See merge request gitlab-org/gitlab-ce!21563
......@@ -1456,7 +1456,9 @@ There are three possible values: `none`, `normal`, and `recursive`:
```
- `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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册