aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEnno Lohmeier <enno@nerdworks.de>2020-07-02 09:27:55 +0200
committerEnno Lohmeier <enno@nerdworks.de>2020-07-02 16:43:42 +0200
commit54eb1c89cf66ab882427c0d714f5c9a498687326 (patch)
tree6da01501ec47bade5a259d00c10f6f5a1c9c8c22 /README.md
parent3e731035ed44659624e6d00bbb35570f2b8811fd (diff)
add `shallow` option to git source type
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6f921f..70ba3dc 100644
--- a/README.md
+++ b/README.md
@@ -242,6 +242,10 @@ Supported attributes:
* `clean.exclude` -
List of patterns that should be excluded from Git cleaning.
+* `shallow` (optional)
+ boolean that controls whether only the requested commit ref. should be fetched
+ instead of the whole history, to save disk space and bandwith. Defaults to `false`.
+
### `pass`