From bf3d969ef2dbc615bd528f559920bcf532dda910 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 15 Dec 2018 14:45:24 +0200 Subject: Implement bdep-release that manages project's version during release --- bdep/git.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bdep/git.hxx') 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); } -- cgit v1.1