summaryrefslogtreecommitdiff
path: root/src/filter.h
Commit message (Expand)AuthorAgeFilesLines
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-5/+26
* filter: proxy_stream is now git_filter_buffered_streamEdward Thomson2021-08-271-0/+10
* filter: add git_filter_optionsEdward Thomson2021-07-221-2/+2
* filter: filter options are now "filter sessions"Edward Thomson2021-07-221-5/+5
* filter: internal git_buf filter handling functionEdward Thomson2021-05-061-0/+9
* crlf: update to match git's logicEdward Thomson2018-12-031-10/+0
* Make sure to always include "common.h" firstPatrick Steinhardt2017-07-031-0/+1
* filter: avoid races during filter registrationEdward Thomson2016-02-081-0/+2
* filter: take `temp_buf` in `git_filter_options`Edward Thomson2015-02-191-3/+1
* filter: add `git_filter_list__load_ext`Edward Thomson2015-02-191-3/+9
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-1/+1
* checkout: maintain temporary buffer for filtersEdward Thomson2015-02-171-0/+3
* attrcache: don't re-read attrs during checkoutEdward Thomson2015-02-031-0/+10
* Increase binary detection len to 8kRussell Belfer2014-05-161-0/+4
* Add ident filterRussell Belfer2013-09-171-0/+3
* Extend public filter api with filter listsRussell Belfer2013-09-171-60/+0
* Create public filter object and use itRussell Belfer2013-09-171-32/+29
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-171-11/+8
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-251-1/+0
* update copyrightsEdward Thomson2013-01-081-1/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-28/+1
* checkout : reduce memory usage when not filteringnulltoken2012-09-171-11/+0
* checkout: introduce git_checkout_tree()nulltoken2012-09-171-4/+3
* Migrate code to git_filter_blob_contents.Ben Straub2012-07-161-0/+12
* Checkout: add structure for CRLF.Ben Straub2012-07-091-0/+3
* errors: Rename the generic return codesVicent Martí2012-05-181-1/+1
* config: Implement a proper cvar cacheVicent Martí2012-03-021-21/+0
* filter: Beautiful refactoringVicent Martí2012-03-011-11/+73
* filter: Precache the filter config options on loadVicent Martí2012-03-011-2/+5
* filter: Add write-to CRLF filterVicent Martí2012-02-291-11/+10
* filter: Load attributes for fileVicent Martí2012-02-281-0/+36
* filter: Apply filters before writing a file to the ODBVicent Martí2012-02-271-0/+40