From bf477ed4a86d4183f7e38e4667a1f623270bf5d2 Mon Sep 17 00:00:00 2001 From: schu Date: Wed, 15 Feb 2012 00:33:38 +0100 Subject: 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 --- include/git2.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/git2.h') 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 -- cgit v1.2.3