summaryrefslogtreecommitdiff
path: root/tests/object/blob/fromstream.c
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-7/+6
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* blob: add underscore to `from` functionsEdward Thomson2019-06-161-4/+4
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-2/+2
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-1/+1
* tests: blob: remove unused callback functionPatrick Steinhardt2016-08-091-16/+0
* blob: fix fromchunks iteration counterCarlos Martín Nieto2016-03-221-2/+2
* blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-221-0/+103