From 54eb1c89cf66ab882427c0d714f5c9a498687326 Mon Sep 17 00:00:00 2001 From: Enno Lohmeier Date: Thu, 2 Jul 2020 09:27:55 +0200 Subject: add `shallow` option to git source type --- README.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'README.md') 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` -- cgit v1.2.3