summaryrefslogtreecommitdiff
path: root/include/git2.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-08-26 23:17:07 -0700
committerRussell Belfer <rb@github.com>2013-09-17 09:30:06 -0700
commit0cf77103b218ad3622aff34f3296db1bdd5f0df9 (patch)
treef60998088c2617f3a289942d7928112f0fe683e9 /include/git2.h
parent4581f9d8ab72e9b97817e1eaa7154bcec1c7f0b1 (diff)
downloadlibgit2-0cf77103b218ad3622aff34f3296db1bdd5f0df9.tar.gz
Start of filter API + git_blob_filtered_content
This begins the process of exposing git_filter objects to the public API. This includes: * new public type and API for `git_buffer` through which an allocated buffer can be passed to the user * new API `git_blob_filtered_content` * make the git_filter type and GIT_FILTER_TO_... constants public
Diffstat (limited to 'include/git2.h')
-rw-r--r--include/git2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h
index e8638a830..73c11ad83 100644
--- a/include/git2.h
+++ b/include/git2.h
@@ -58,4 +58,7 @@
#include "git2/stash.h"
#include "git2/pathspec.h"
+#include "git2/buffer.h"
+#include "git2/filter.h"
+
#endif