Added cherry-pick support

This commit is contained in:
Jacques Germishuys
2014-04-01 22:18:19 +02:00
parent 399f2b6294
commit 4d7b993904
4 changed files with 320 additions and 0 deletions

View File

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