summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-12-03 07:05:52 -0800
committerVicent Martí <vicent@github.com>2013-12-03 07:05:52 -0800
commit553d33732aa69f5dab717181fc3a72b42ce07339 (patch)
treec4105908118648c0916456acd361346e036cb96c /include
parenta149a189239718eb3180a4e1f025c3012e7ea3b1 (diff)
parentd706e843e1e2e1b5edca57fe691d9e72fd844ffd (diff)
downloadlibgit2-553d33732aa69f5dab717181fc3a72b42ce07339.tar.gz
Merge pull request #1982 from linquize/revert.h
Include git2/revert.h in git2.h
Diffstat (limited to 'include')
-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"