summaryrefslogtreecommitdiff
path: root/include/git2/blob.h
Commit message (Expand)AuthorAgeFilesLines
* blob: introduce creating a blob by writing into a streamCarlos Martín Nieto2016-03-221-0/+43
* fix git_blob_create_fromchunks documentationtepas2015-12-161-2/+2
* blob: don't recomment using git_buf_growCarlos Martín Nieto2015-06-241-6/+4
* [Blob] Update documentation for is_binary.Ungureanu Marius2014-05-281-1/+1
* Const correctness!Jacques Germishuys2014-04-031-1/+1
* Some missing oid to id renamesRussell Belfer2014-01-301-2/+3
* Handle git_buf's from users more liberallyEdward Thomson2014-01-081-1/+1
* Update git_blob_create_fromchunks callback behavrRussell Belfer2013-12-111-24/+19
* Merge git_buf and git_bufferRussell Belfer2013-09-171-5/+5
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-171-0/+32
* Standardize cast versions of git_object accessorsRussell Belfer2013-04-291-17/+11
* Remove GIT_SUCCESS from documentationMiquel Canes Gonzalez2013-03-241-1/+1
* update copyrightsEdward Thomson2013-01-081-1/+1
* Share git_diff_blobs/git_diff_blob_to_buffer codeRussell Belfer2013-01-071-2/+2
* blob: introduce git_blob_is_binary()nulltoken2012-12-171-0/+13
* More external API cleanupVicent Marti2012-11-271-9/+23
* portability: Improve x86/amd64 compatibilitynulltoken2012-07-241-1/+1
* blob: add git_blob_create_fromchunks()nulltoken2012-06-071-0/+42
* errors: Rename the generic return codesVicent Martí2012-05-181-5/+5
* blob: Add git_blob_create_fromdisk()nulltoken2012-05-131-0/+12
* Update Copyright headerschu2012-02-131-1/+1
* Rename all `_close` methodsVicent Marti2011-11-261-3/+3
* Cleanup legal dataVicent Marti2011-09-191-21/+3
* Standardized doxygen @return lines for int functions to say "GIT_SUCCESS or a...David Boyce2011-09-131-4/+4
* Fix some random size_t vs. int conversion warningsSebastian Schuberth2011-09-081-1/+1
* Added methods to search objects of different typesMarc Pegon2011-06-061-0/+17
* Do not return on `void` helper methodsVicent Marti2011-03-231-1/+1
* Add close wappers for commit, tree, tag and blobCarlos Martín Nieto2011-03-231-0/+18
* I broke your bindingsVicent Marti2011-03-201-46/+21
* Change the return type of `git_blob_rawcontent`Vicent Marti2011-03-051-1/+1
* Move the external includes folder from `src` to `include`Vicent Marti2011-03-031-0/+128