aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch-git.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch-git.cxx')
-rw-r--r--bpkg/fetch-git.cxx3
1 files changed, 3 insertions, 0 deletions
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)
{