summaryrefslogtreecommitdiff
path: root/tests/filter
Commit message (Expand)AuthorAgeFilesLines
* git_error: use new names in internal APIs and usageEdward Thomson2019-01-222-3/+3
* Additional core.autocrlf and core.safecrlf testsSven Strickroth2018-12-031-2/+9
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-107-25/+25
* filter: only close filter if it's been initialized correctlyPatrick Steinhardt2017-04-073-0/+55
* wildcard filters: move CHANGELOG message to 0.23+1Edward Thomson2015-07-101-2/+1
* wildcard filters: clean up some warnings in testsEdward Thomson2015-07-101-5/+9
* Merge pull request #3281 from ethomson/wildcard_filtersCarlos Martín Nieto2015-07-094-104/+310
|\
| * filters: custom filters with wildcard attributesEdward Thomson2015-07-014-104/+310
* | Merge pull request #3288 from ethomson/getenvCarlos Martín Nieto2015-07-071-1/+1
|\ \
| * | git__getenv: utf-8 aware env readerEdward Thomson2015-07-021-1/+1
* | | filter::stream: free the filter sanelyEdward Thomson2015-07-021-6/+1
|/ /
* | filter test: pass base typeEdward Thomson2015-06-291-2/+2
|/
* crlf tests: ensure that Unix obeys autocrlf=trueEdward Thomson2015-06-221-4/+0
* Introduce `git_filter_list_contains`Edward Thomson2015-06-101-0/+91
* Fix ident replacement to match Git behaviorColomban Wendling2015-05-263-9/+9
* squash some leaksEdward Thomson2015-03-241-0/+2
* filter::file tests: test filter_list_apply_to_fileEdward Thomson2015-03-061-0/+97
* tests: separate INVASIVE filesystem testsEdward Thomson2015-02-191-1/+1
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-1/+1
* filter streams: base -> parentEdward Thomson2015-02-181-4/+4
* git_writestream: from git_filter_streamEdward Thomson2015-02-181-8/+8
* filter: test a large file through the streamEdward Thomson2015-02-171-0/+221
* Add files and tests with many UTF-8 chars and few UTF-8 charsLinquize2015-01-201-0/+5
* Ignore core.safecrlf=warn until we have a warn infrastructureEdward Thomson2014-05-301-0/+41
* Make core.safecrlf work on LF-ending platformsRussell Belfer2014-05-191-3/+3
* Add filter options and ALLOW_UNSAFERussell Belfer2014-05-063-13/+63
* Introduce core.safecrlf handlingEdward Thomson2014-04-071-0/+80
* Fix filter test for CRLF->LF issuesEdward Thomson2014-02-111-1/+2
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-2/+2
* Handle git_buf's from users more liberallyEdward Thomson2014-01-081-0/+32
* Rename tests-clar to testsBen Straub2013-11-145-0/+648