From 9022a778827ad5fe6f39daa835aff6002dccf14c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 2 Dec 2018 21:04:22 +0000 Subject: buildstream/plugins/sources/git.py: warn about checkout by default See #783 --- buildstream/plugins/sources/git.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/buildstream/plugins/sources/git.py b/buildstream/plugins/sources/git.py index 18c8be82a..8586ebcf8 100644 --- a/buildstream/plugins/sources/git.py +++ b/buildstream/plugins/sources/git.py @@ -25,6 +25,11 @@ git - stage files from a git repository * git +.. attention:: + + Note that this plugin **will checkout git submodules by default**; even if + they are not specified in the `.bst` file. + **Usage:** .. code:: yaml -- cgit v1.2.1