Merge pull request #1108 from libgit2/ahead-behind-count

Add API to calculate ahead/behind count
This commit is contained in:
Russell Belfer
2012-11-29 22:53:34 -08:00
48 changed files with 344 additions and 12 deletions

View File

@@ -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"