summaryrefslogtreecommitdiff
path: root/include/git2/blob.h
Commit message (Expand)AuthorAgeFilesLines
* Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+1
* blob: identify binary contentethomson/blob_data_is_binaryEdward Thomson2021-12-101-0/+12
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-1/+1
* filter: use a `git_oid` in filter options, not a pointerethomson/filter_commit_idEdward Thomson2021-09-211-1/+7
* filter: introduce GIT_BLOB_FILTER_ATTRIBUTES_FROM_COMMITEdward Thomson2021-07-221-0/+12
* Fix typopunkymaniac2021-04-221-1/+1
* Merge pull request #5760 from libgit2/ethomson/tttoo_many_tttsEdward Thomson2021-01-071-1/+1
|\
| * blob: fix name of `GIT_BLOB_FILTER_ATTRIBUTES_FROM_HEAD`ethomson/tttoo_many_tttsEdward Thomson2021-01-051-1/+1
* | Update documentation for git_blob_filter_optionsJosh Stockin2021-01-051-1/+2
* | blob: add git_blob_filter_options_initEdward Thomson2021-01-051-0/+12
* | Fix documentation for git_blob_filter_optionsJosh Stockin2021-01-041-1/+1
* | Move doc comment about `GIT_BLOB_FILTER_OPTIONS_VERSION`Josh Stockin2021-01-041-1/+3
* | Add documentation for git_blob_filter_options.versionJosh Stockin2021-01-031-0/+1
|/
* blob: use GIT_ASSERTEdward Thomson2020-11-251-1/+1
* blob: use `git_object_size_t` for object sizeEdward Thomson2019-11-221-1/+1
* Don't use enum for flagsSven Strickroth2019-09-261-2/+2
* blob: optionally read attributes from repositoryEdward Thomson2019-08-111-0/+6
* blob: allow blob filtering to ignore system gitattributesEdward Thomson2019-08-111-0/+6
* blob: deprecate `git_blob_filtered_content`Edward Thomson2019-08-111-19/+0
* blob: introduce git_blob_filterEdward Thomson2019-08-111-0/+39
* blob: add underscore to `from` functionsEdward Thomson2019-06-161-7/+7
* Fix last references to deprecated git_buf_freeSven Strickroth2018-06-181-1/+1
* Remove traces of `git_blob_create_fromchunks`Arthur Schreiber2016-04-261-41/+0
* git_object_dup: introduce typesafe versionsEdward Thomson2016-03-231-0/+9
* 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