From ee16762d8435ec1a6dfe4a82655cde5624bb2c38 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 12 Mar 2018 19:21:01 +0300 Subject: Add support for shallow fetch --- bpkg/rep-fetch.cli | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bpkg/rep-fetch.cli') 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." + } }; } -- cgit v1.1