aboutsummaryrefslogtreecommitdiff
path: root/bdep/project-author.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/project-author.cxx
parent39f6d06c729fc1b1ffdeda67daa0ddc1d6baadb0 (diff)
Use system git rather than bundled one for some operations on Windows
Diffstat (limited to 'bdep/project-author.cxx')
-rw-r--r--bdep/project-author.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/bdep/project-author.cxx b/bdep/project-author.cxx
index 723dbe9..e4aae46 100644
--- a/bdep/project-author.cxx
+++ b/bdep/project-author.cxx
@@ -37,6 +37,7 @@ namespace bdep
// be queried with the GIT_AUTHOR_IDENT logical variable.
//
if (optional<string> l = git_line (semantic_version {2, 1, 0},
+ true /* system */,
prj,
true /* ignore_error */,
"var", "GIT_AUTHOR_IDENT"))