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:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-04-08 20:56:50 +0400
committerCarlos Martín Nieto <carlos@cmartin.tk>2012-04-12 22:25:25 +0400
commitbf787bd87c04e5213fc277c583970c52dea6781f (patch)
tree76f86443471198f605536827d5c2defafb3f71a5 /include/git2.h
parentf9e4bfa39ba4042c107ee93a22fb0e50ef982d5b (diff)
Move git_merge_base() to is own header and document it
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 7d053c4af..d75387318 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -22,6 +22,7 @@
#include "git2/repository.h"
#include "git2/revwalk.h"
+#include "git2/merge.h"
#include "git2/refs.h"
#include "git2/reflog.h"