summaryrefslogtreecommitdiff
path: root/src/crlf.c
Commit message (Expand)AuthorAgeFilesLines
* crlf: set a safe crlf defaultEdward Thomson2016-07-241-0/+1
* crlf: do not ignore GIT_PASSTHROUGH errorPatrick Steinhardt2016-02-231-1/+1
* crlf: give Unix the glory of autocrlf=trueEdward Thomson2015-06-221-13/+14
* crlf: use statistics to control to workdir filterEdward Thomson2015-06-221-4/+25
* git_filter_opt_t -> git_filter_flag_tEdward Thomson2015-02-191-1/+1
* Check for OOMJacques Germishuys2014-12-301-0/+2
* Update text=auto / core.autocrlf=false behaviorEdward Thomson2014-06-241-1/+2
* Just don't CRLF filter if there are no CRsrb/safecrlf-on-lf-platformRussell Belfer2014-05-191-3/+5
* Make core.safecrlf work on LF-ending platformsRussell Belfer2014-05-191-1/+3
* Add filter options and ALLOW_UNSAFERussell Belfer2014-05-061-4/+19
* Determine crlf safety by statistics, not literal reversibilityEdward Thomson2014-04-071-24/+9
* Introduce core.safecrlf handlingEdward Thomson2014-04-071-2/+32
* Never convert CRLF->LFEdward Thomson2014-02-111-17/+4
* core.autocrlf=input w/ text=auto attr to workdirEdward Thomson2014-02-091-1/+7
* index: rename an entry's id to 'id'Carlos Martín Nieto2014-01-251-1/+1
* Fix incorrect return code in crlf filterRussell Belfer2013-09-241-2/+2
* Bug fixes and cleanupsRussell Belfer2013-09-171-9/+9
* Move binary check to CRLF filter itselfRussell Belfer2013-09-171-0/+4
* Merge git_buf and git_bufferRussell Belfer2013-09-171-28/+14
* Add ident filterRussell Belfer2013-09-171-6/+1
* Add functions to manipulate filter listsRussell Belfer2013-09-171-4/+10
* Update filter registry codeRussell Belfer2013-09-171-4/+9
* Extend public filter api with filter listsRussell Belfer2013-09-171-4/+3
* Add attributes to filters and fix registryRussell Belfer2013-09-171-39/+16
* Make git_filter_source opaqueRussell Belfer2013-09-171-5/+10
* Create public filter object and use itRussell Belfer2013-09-171-70/+101
* Start of filter API + git_blob_filtered_contentRussell Belfer2013-09-171-8/+12
* Reorganize diff and add basic diff driverRussell Belfer2013-06-101-2/+4
* Move crlf conversion into buf_textautocrlf-fixesRussell Belfer2013-03-251-63/+17
* don't convert CRLF to CRCRLFEdward Thomson2013-03-251-4/+9
* Add has_cr_in_index check to CRLF filterRussell Belfer2013-03-251-8/+51
* update copyrightsEdward Thomson2013-01-081-1/+1
* Consolidate text buffer functionsRussell Belfer2012-11-281-8/+5
* Add git_repository_hashfile to hash with filtersRussell Belfer2012-09-111-2/+3
* Alternate test for autocrlf with statusRussell Belfer2012-09-061-1/+1
* Checkout: crlf filter.Ben Straub2012-07-311-8/+80
* Checkout: obey core.symlinks.Ben Straub2012-07-171-1/+1
* Checkout: add structure for CRLF.Ben Straub2012-07-091-2/+18
* errors: Rename error codesbreaking-changesVicent Martí2012-05-181-1/+1
* errors: Rename the generic return codesVicent Martí2012-05-181-3/+3
* global: Change parameter ordering in APIVicent Martí2012-05-181-3/+3
* Support reading attributes from indexRussell Belfer2012-05-031-1/+2
* Remove old and unused error codesVicent Martí2012-05-021-2/+1
* buf: deploy git_buf_len()nulltoken2012-04-301-2/+2
* error-handling: RepositoryVicent Martí2012-03-071-2/+1
* Add filter tests and fix some bugsRussell Belfer2012-03-021-40/+20
* config: Implement a proper cvar cacheVicent Martí2012-03-021-2/+10
* attr: Change the attribute check macrosVicent Martí2012-03-021-4/+4
* filter: Beautiful refactoringVicent Martí2012-03-011-34/+82
* filter: Add write-to CRLF filterVicent Martí2012-02-291-0/+193