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:
authorVicent Martí <vicent@github.com>2013-12-03 19:05:52 +0400
committerVicent Martí <vicent@github.com>2013-12-03 19:05:52 +0400
commit553d33732aa69f5dab717181fc3a72b42ce07339 (patch)
treec4105908118648c0916456acd361346e036cb96c
parenta149a189239718eb3180a4e1f025c3012e7ea3b1 (diff)
parentd706e843e1e2e1b5edca57fe691d9e72fd844ffd (diff)
Merge pull request #1982 from linquize/revert.h
Include git2/revert.h in 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 d00a20a2e..704fb585a 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -43,6 +43,7 @@
#include "git2/remote.h"
#include "git2/repository.h"
#include "git2/reset.h"
+#include "git2/revert.h"
#include "git2/revparse.h"
#include "git2/revwalk.h"
#include "git2/signature.h"