aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.hxx
diff options
context:
space:
mode:
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);
}