summaryrefslogtreecommitdiff
path: root/include/git2/filter.h
Commit message (Expand)AuthorAgeFilesLines
* Add documentation about parameter and return valuepunkymaniac2022-01-091-0/+5
* Make enum in includes C90 compliant by removing trailing comma.Peter Pettersson2021-11-151-2/+2
* 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
* filter: add git_filter_optionsEdward Thomson2021-07-221-0/+36
* filter: deprecate git_filter_list_apply_to_dataEdward Thomson2021-05-061-13/+0
* filter: introduce git_filter_list_apply_to_bufferEdward Thomson2021-05-061-0/+15
* filter: remove git_buf sharing in `git_filter_list_apply_to_data`Edward Thomson2021-05-061-12/+0
* filter: deprecate git_filter_list_stream_dataEdward Thomson2021-05-061-3/+5
* filter: optionally read attributes from repositoryEdward Thomson2019-08-111-0/+3
* filter: add GIT_FILTER_NO_SYSTEM_ATTRIBUTES optionEdward Thomson2019-08-111-0/+3
* filter: document GIT_FILTER_ALLOW_UNSAFEEdward Thomson2019-08-111-0/+2
* filter: add docs for streaming filterscmn/filter-docCarlos Martín Nieto2015-07-031-2/+35
* Introduce `git_filter_list_contains`Edward Thomson2015-06-101-0/+16
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-5/+5
* git_writestream: from git_filter_streamEdward Thomson2015-02-181-3/+3
* filters: introduce streaming filtersEdward Thomson2015-02-171-0/+16
* doc: add documentation to all the public structs and enumscmn/doc-allCarlos Martín Nieto2014-12-061-0/+3
* Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-081-1/+2
* Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-1/+7
* Merge git_buf and git_bufferRussell Belfer2013-09-171-11/+12
* Add ident filterRussell Belfer2013-09-171-1/+5
* Add functions to manipulate filter listsRussell Belfer2013-09-171-17/+0
* Extend public filter api with filter listsRussell Belfer2013-09-171-4/+90
* Create public filter object and use itRussell Belfer2013-09-171-1/+15
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-171-0/+54