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 /src/revwalk.c
parentf9e4bfa39ba4042c107ee93a22fb0e50ef982d5b (diff)
Move git_merge_base() to is own header and document it
Diffstat (limited to 'src/revwalk.c')
-rw-r--r--src/revwalk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/revwalk.c b/src/revwalk.c
index f5fdc4932..ac0414b1e 100644
--- a/src/revwalk.c
+++ b/src/revwalk.c
@@ -12,6 +12,7 @@
#include "pqueue.h"
#include "git2/revwalk.h"
+#include "git2/merge.h"
#include <regex.h>