aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
authorAndrei Alexeyev <0x416b617269@gmail.com>2018-09-15 07:09:14 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-09-16 14:57:56 +0300
commit67cc636e5375dae03fb43807d2c5222b8c78910c (patch)
treee481599472912dd367208703c3c0b7ebe7b7320a /docs/markdown/snippets
parent46bf51543b5366700ed8d38b0ae3dbfc2725524c (diff)
downloadmeson-67cc636e5375dae03fb43807d2c5222b8c78910c.zip
meson-67cc636e5375dae03fb43807d2c5222b8c78910c.tar.gz
meson-67cc636e5375dae03fb43807d2c5222b8c78910c.tar.bz2
Add 'clone-recursive' option for git wraps
This causes Meson to clone the repo with the --recursive flag, pulling all of the submodules automatically.
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r--docs/markdown/snippets/wrap_clone_recursive.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/wrap_clone_recursive.md b/docs/markdown/snippets/wrap_clone_recursive.md
new file mode 100644
index 0000000..7c1c0da
--- /dev/null
+++ b/docs/markdown/snippets/wrap_clone_recursive.md
@@ -0,0 +1,7 @@
+## Git wraps can now clone submodules automatically
+
+To enable this, the following needs to be added to the `.wrap` file:
+
+```ini
+clone-recursive=true
+``` \ No newline at end of file