aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-12-15 14:45:24 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-10 19:43:09 +0300
commitbf3d969ef2dbc615bd528f559920bcf532dda910 (patch)
tree8f965c8a2d883f48fd643bc4cdb3f891ef182b99 /bdep/git.hxx
parent884b16c882863f1eb5144a4bf7d1739bdf99a271 (diff)
Implement bdep-release that manages project's version during release
Diffstat (limited to 'bdep/git.hxx')
-rw-r--r--bdep/git.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/git.hxx b/bdep/git.hxx
index 91a9fd9..ee8847c 100644
--- a/bdep/git.hxx
+++ b/bdep/git.hxx
@@ -91,6 +91,8 @@ namespace bdep
bool behind = false; // Local branch is behind of upstream.
};
+ // Note: requires git 2.11.0 or higher.
+ //
git_repository_status
git_status (const dir_path& repo);
}