aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.ixx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-14 19:28:54 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-14 19:28:54 +0300
commit8e5f53fd249f08b0be0a7d4eec65f425cfb79eae (patch)
tree247b5321b3fda46c390525fab1cc194e64c20ddb /bdep/git.ixx
parentfc9dbf81953ebe3b0757638671eb31787f4f387d (diff)
Adapt to git_version() returning semantic_version now
Diffstat (limited to 'bdep/git.ixx')
-rw-r--r--bdep/git.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/git.ixx b/bdep/git.ixx
index 0e3ee9f..379f392 100644
--- a/bdep/git.ixx
+++ b/bdep/git.ixx
@@ -6,7 +6,7 @@ namespace bdep
{
template <typename I, typename O, typename E, typename... A>
inline process
- start_git (const standard_version& min_ver,
+ start_git (const semantic_version& min_ver,
const dir_path& repo,
I&& in, O&& out, E&& err,
A&&... args)
@@ -25,7 +25,7 @@ namespace bdep
template <typename... A>
inline optional<string>
- git_line (const standard_version& min_ver,
+ git_line (const semantic_version& min_ver,
const dir_path& repo,
bool ie,
A&&... args)