summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorschu <schu-github@schulog.org>2012-02-15 00:33:38 +0100
committerschu <schu-github@schulog.org>2012-02-15 20:32:14 +0100
commitbf477ed4a86d4183f7e38e4667a1f623270bf5d2 (patch)
treea3a4752971f2f8e031e78c78e48f5d142e7210ea /include/git2.h
parent905919e63b7b4357ca75ef5e8bfeca7485428dc9 (diff)
downloadlibgit2-bf477ed4a86d4183f7e38e4667a1f623270bf5d2.tar.gz
Add git notes API
This commit adds basic git notes support to libgit2, namely: * git_note_read * git_note_message * git_note_oid * git_note_create * git_note_remove In the long run, we probably want to provide some convenience callback mechanism for merging and moving (filter-branch) notes. Signed-off-by: schu <schu-github@schulog.org>
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index d68a04efd..e5b9bf55e 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -41,4 +41,6 @@
#include "git2/status.h"
#include "git2/indexer.h"
+#include "git2/notes.h"
+
#endif