summaryrefslogtreecommitdiff
path: root/include/git2/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-78/+18
* docs: More of itEtienne Samson2019-06-261-14/+20
* deprecation: move deprecated bits to deprecated.hEdward Thomson2019-01-251-12/+0
* buffer: wrap EXTERN in DEPRECATEDEdward Thomson2019-01-171-1/+1
* Fix last references to deprecated git_buf_freeSven Strickroth2018-06-181-1/+1
* buffer: deprecate `git_buf_free` in favor of `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+13
* Spelling fixesWill Stamper2014-12-041-1/+1
* Just put it all in buffer.joshaber2014-07-161-0/+16
* Port tests from PR 1683Russell Belfer2013-09-171-0/+5
* Merge git_buf and git_bufferRussell Belfer2013-09-171-43/+53
* Extend public filter api with filter listsRussell Belfer2013-09-171-8/+19
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-171-0/+86