diff options
author | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-04-08 18:56:50 +0200 |
---|---|---|
committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-04-12 20:25:25 +0200 |
commit | bf787bd87c04e5213fc277c583970c52dea6781f (patch) | |
tree | 76f86443471198f605536827d5c2defafb3f71a5 /src | |
parent | f9e4bfa39ba4042c107ee93a22fb0e50ef982d5b (diff) | |
download | libgit2-bf787bd87c04e5213fc277c583970c52dea6781f.tar.gz |
Move git_merge_base() to is own header and document it
Diffstat (limited to 'src')
-rw-r--r-- | src/revwalk.c | 1 |
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> |