diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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` |