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:
authorschu <schu-github@schulog.org>2011-06-28 16:13:12 +0400
committerVicent Marti <tanoku@gmail.com>2011-07-09 04:40:16 +0400
commit27df4275f2b3301f117f538929f51f0e86f9f716 (patch)
tree0a3eebdec579d67f98be75a2637fa7aabee5ee77 /include/git2.h
parent6727e30028b66ab0037dc25a268db18484603251 (diff)
reflog: add API to read or write a reference log
So far libgit2 didn't support reference logs (reflog). Add a new git_reflog_* API for basic reading and writing of reflogs: * git_reflog_read * git_reflog_write * git_reflog_free Signed-off-by: schu <schu-github@schulog.org>
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 b5c693a82..a8a430654 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -44,6 +44,7 @@
#include "git2/repository.h"
#include "git2/revwalk.h"
#include "git2/refs.h"
+#include "git2/reflog.h"
#include "git2/object.h"
#include "git2/blob.h"