Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2012-11-30 10:53:34 +0400
committerRussell Belfer <rb@github.com>2012-11-30 10:53:34 +0400
commitf684970a1087abe34319d35a46f2e954681d5323 (patch)
treeb0c625ac03164d1fd55ee8b2e09f03b9363f07e0 /include/git2.h
parentf1e5c506b20bcc6bed3bbbf64f1f6b79be44316b (diff)
parent1a0c5a34e027620416dadc604f3702ad2e8fe5d0 (diff)
Merge pull request #1108 from libgit2/ahead-behind-count
Add API to calculate ahead/behind count
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index fe8b02103..e138e279a 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -23,6 +23,7 @@
#include "git2/repository.h"
#include "git2/revwalk.h"
#include "git2/merge.h"
+#include "git2/graph.h"
#include "git2/refs.h"
#include "git2/reflog.h"
#include "git2/revparse.h"