summaryrefslogtreecommitdiff
path: root/include/git2/filter.h
Commit message (Expand)AuthorAgeFilesLines
* 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