From b937ec2bf461ec06bf601e854f694e86060eba59 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 22 Sep 2020 22:18:18 +0300 Subject: Use system git rather than bundled one for some operations on Windows --- bdep/ci.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bdep/ci.cxx') diff --git a/bdep/ci.cxx b/bdep/ci.cxx index 081529a..797725f 100644 --- a/bdep/ci.cxx +++ b/bdep/ci.cxx @@ -81,7 +81,11 @@ namespace bdep << s.branch << "'" << info << "run 'git push --set-upstream' to set"; + // It's unlikely that the branch remote is configured globally, so we + // use the bundled git. + // optional rem (git_line (git_ver, + false /* system */, prj, false /* ignore_error */, "config", -- cgit v1.1