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:
authorCarlos Martín Nieto <cmn@dwim.me>2015-05-31 20:21:42 +0300
committerCarlos Martín Nieto <cmn@dwim.me>2015-05-31 20:22:12 +0300
commitbe5fda75879f7ed89c7a72adc257872d1ea13803 (patch)
treef1cd6e0e73506dd1856f6892fac0e8904b43f501 /include
parent449f9ec97eaaf83ff9cf4554fd7b0efd74933dd7 (diff)
Include git2/transaction.h
This was forgotten when the feature was implemented.
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 a1e78376f..ac4a63160 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -57,6 +57,7 @@
#include "git2/submodule.h"
#include "git2/tag.h"
#include "git2/transport.h"
+#include "git2/transaction.h"
#include "git2/tree.h"
#include "git2/types.h"
#include "git2/version.h"