aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:21:01 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-12 19:37:35 +0300
commitee16762d8435ec1a6dfe4a82655cde5624bb2c38 (patch)
tree338c5488966c1e7d35f5afa20e78f153443b1b32 /bpkg/rep-fetch.cli
parent17ea04afcce1af129cac9dd2f840799a6e8b50eb (diff)
Add support for shallow fetch
Diffstat (limited to 'bpkg/rep-fetch.cli')
-rw-r--r--bpkg/rep-fetch.cli7
1 files changed, 7 insertions, 0 deletions
diff --git a/bpkg/rep-fetch.cli b/bpkg/rep-fetch.cli
index 719232d..a39aafb 100644
--- a/bpkg/rep-fetch.cli
+++ b/bpkg/rep-fetch.cli
@@ -39,5 +39,12 @@ namespace bpkg
class rep_fetch_options: configuration_options
{
"\h|REP-FETCH OPTIONS|"
+
+ bool --shallow
+ {
+ "Do not re-fetch complement and prerequisite repositories of the
+ specified repositories unless the set of complements and/or
+ prerequisites has changed."
+ }
};
}