diff options
author | joshaber <joshaber@gmail.com> | 2014-07-15 17:27:58 -0700 |
---|---|---|
committer | joshaber <joshaber@gmail.com> | 2014-07-15 17:38:39 -0700 |
commit | df4cba0f2860f35ddea03e09d40ec27b9717db70 (patch) | |
tree | 4cd6316a6f4a400e59359cdd549658962f6ac333 /include/git2.h | |
parent | ad082501a76da1e007dd9c47e91e0f975526e531 (diff) | |
download | libgit2-expose-buffer-binary-detection.tar.gz |
Export git_buf_text_is_binary and git_buf_text_contains_nul.expose-buffer-binary-detection
So that users don’t need to implement binary detection themselves.
Diffstat (limited to 'include/git2.h')
-rw-r--r-- | include/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index f74976061..2a2ad93ff 100644 --- a/include/git2.h +++ b/include/git2.h @@ -13,6 +13,7 @@ #include "git2/blame.h" #include "git2/branch.h" #include "git2/buffer.h" +#include "git2/buf_text.h" #include "git2/checkout.h" #include "git2/cherrypick.h" #include "git2/clone.h" |