diff options
author | tv <tv@krebsco.de> | 2020-07-02 19:44:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-02 19:44:56 +0200 |
commit | 5ea125514e48c630120fbb6a44e9ae0c7932a123 (patch) | |
tree | 6da01501ec47bade5a259d00c10f6f5a1c9c8c22 /README.md | |
parent | 3e731035ed44659624e6d00bbb35570f2b8811fd (diff) | |
parent | 54eb1c89cf66ab882427c0d714f5c9a498687326 (diff) |
Merge pull request #21 from elohmeier/git-shallowv1.23.0
add shallow option to git source type
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` |