aboutsummaryrefslogtreecommitdiff
path: root/bdep/ci.cxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-09-22 22:18:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-09-29 15:01:07 +0300
commitb937ec2bf461ec06bf601e854f694e86060eba59 (patch)
tree133cbb173399bddce1b35041cccd1ec67cd46deb /bdep/ci.cxx
parent39f6d06c729fc1b1ffdeda67daa0ddc1d6baadb0 (diff)
Use system git rather than bundled one for some operations on Windows
Diffstat (limited to 'bdep/ci.cxx')
-rw-r--r--bdep/ci.cxx4
1 files changed, 4 insertions, 0 deletions
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<string> rem (git_line (git_ver,
+ false /* system */,
prj,
false /* ignore_error */,
"config",