aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2020-07-02 19:44:56 +0200
committerGitHub <noreply@github.com>2020-07-02 19:44:56 +0200
commit5ea125514e48c630120fbb6a44e9ae0c7932a123 (patch)
tree6da01501ec47bade5a259d00c10f6f5a1c9c8c22 /README.md
parent3e731035ed44659624e6d00bbb35570f2b8811fd (diff)
parent54eb1c89cf66ab882427c0d714f5c9a498687326 (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.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`