summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorVicent Marti <vicent@github.com>2014-04-15 20:26:23 +0200
committerVicent Marti <vicent@github.com>2014-04-15 20:26:23 +0200
commit0f7aa47dbd16a9111e5dd054014d2f61b9b21211 (patch)
treeaff0b186e1ee8f0eb3967c17dc39633d1828e179 /include/git2.h
parent289e31cd24f80fa8ed77e40eeb9295964256cb6a (diff)
parent6fefb7af84170fb67a7e6c8493fc00421787bb87 (diff)
downloadlibgit2-0f7aa47dbd16a9111e5dd054014d2f61b9b21211.tar.gz
Merge pull request #2235 from jacquesg/cherry-pick
Add cherry pick support
Diffstat (limited to 'include/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 704fb585a..f74976061 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -14,6 +14,7 @@
#include "git2/branch.h"
#include "git2/buffer.h"
#include "git2/checkout.h"
+#include "git2/cherrypick.h"
#include "git2/clone.h"
#include "git2/commit.h"
#include "git2/common.h"