summaryrefslogtreecommitdiff
path: root/include/git2/sys/filter.h
Commit message (Expand)AuthorAgeFilesLines
* filter: deprecate apply functionethomson/filter_applyEdward Thomson2021-08-291-0/+8
* filter: add docs for `git_filter_stream_fn`Edward Thomson2021-08-271-28/+41
* Introduce GIT_CALLBACK macro to enforce cdeclEdward Thomson2019-01-171-6/+6
* Adding git_filter_init for initializing `git_filter` struct + unit test Mohseen Mukaddam2017-06-131-0/+11
* adding GIT_FILTER_VERSION to GIT_FILTER_INIT as part of conventionMohseen Mukaddam2017-06-131-1/+1
* filter: clean up documentation around custom filtersEdward Thomson2016-02-091-25/+34
* filters: custom filters with wildcard attributesEdward Thomson2015-07-011-1/+4
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-2/+2
* git_writestream: from git_filter_streamEdward Thomson2015-02-181-8/+2
* filters: introduce streaming filtersEdward Thomson2015-02-171-0/+14
* Use unsigned type for APIs with opt flag maskRussell Belfer2014-05-081-3/+3
* Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-2/+10
* Cleanups, renames, and leak fixesRussell Belfer2013-12-121-0/+1
* Bug fixes and cleanupsRussell Belfer2013-09-171-33/+68
* More filtering tests including orderRussell Belfer2013-09-171-0/+14
* Port tests from PR 1683Russell Belfer2013-09-171-0/+13
* Merge git_buf and git_bufferRussell Belfer2013-09-171-9/+9
* Add ident filterRussell Belfer2013-09-171-3/+8
* Add functions to manipulate filter listsRussell Belfer2013-09-171-0/+37
* Hook up filter initialize callbackRussell Belfer2013-09-171-0/+2
* Extend public filter api with filter listsRussell Belfer2013-09-171-10/+10
* Add attributes to filters and fix registryRussell Belfer2013-09-171-18/+83
* Make git_filter_source opaqueRussell Belfer2013-09-171-6/+23
* Create public filter object and use itRussell Belfer2013-09-171-0/+104