From e59343b3267e82aff33a8f73ab82b51345913c06 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 10 Nov 2018 22:43:09 +0300 Subject: Add support for vars grouping for package commands --- bpkg/fetch-git.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bpkg/fetch-git.cxx') diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index c2e1b36..ff5432e 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -286,6 +286,9 @@ namespace bpkg // command that we use to clone submodules. So to truncate local submodule // histories we will use the file URL notation for local repositories. // + // @@ An update: we don't use the 'submodule--helper clone' command anymore. + // Should we switch to the local path notation for the file:// protocol? + // static string to_git_url (const repository_url& url) { -- cgit v1.1