summaryrefslogtreecommitdiffstats
path: root/convert.c
AgeCommit message (Expand)AuthorLines
2017-09-10Merge branch 'tb/apply-with-crlf' into maintJunio C Hamano-4/+6
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen-4/+6
2017-07-26sub-process: refactor handshake to common functionJonathan Tan-68/+7
2017-07-26Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano-52/+150
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider-16/+94
2017-06-30convert: refactor capabilities negotiationLars Schneider-12/+27
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller-1/+2
2017-06-29convert: move multiple file filter error handling to separate functionLars Schneider-21/+26
2017-06-29convert: put the flags field before the flag itself for consistent styleLars Schneider-5/+5
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-13convert: convert renormalize_buffer to take an indexBrandon Williams-2/+4
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams-3/+4
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams-2/+3
2017-06-13convert: convert crlf_to_git to take an indexBrandon Williams-6/+8
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams-2/+3
2017-05-15convert: update subprocess_read_status() to not die on EOFBen Peart-2/+8
2017-05-15sub-process: move sub-process functions into separate filesBen Peart-103/+1
2017-05-15convert: rename reusable sub-process functionsBen Peart-20/+20
2017-05-15convert: update generic functions to only use generic data structuresBen Peart-18/+23
2017-05-15convert: separate generic structures and variables from the filter specific onesBen Peart-15/+20
2017-05-15convert: split start_multi_file_filter() into two separate functionsBen Peart-24/+34
2017-05-08convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart-21/+2
2017-05-08convert: remove erroneous tests for errno == EPIPEBen Peart-2/+2
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano-11/+6
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano-6/+6
2016-12-19Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano-6/+7
2016-12-01convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen-6/+7
2016-10-31Merge branch 'ls/filter-process'Junio C Hamano-41/+335
2016-10-17i18n: convert mark error messages for translationVasco Almeida-4/+8
2016-10-17convert: add filter.<driver>.process optionLars Schneider-6/+295
2016-10-17convert: prepare filter.<driver>.process optionLars Schneider-26/+34
2016-10-17convert: make apply_filter() adhere to standard Git error handlingLars Schneider-9/+6
2016-10-17convert: quote filter names in error messagesLars Schneider-6/+6
2016-08-14convert: Correct NNO tests and missing `LF will be replaced by CRLF`Torsten Bögershausen-40/+57
2016-07-06convert: unify the "auto" handling of CRLFTorsten Bögershausen-20/+22
2016-04-25convert.c: ident + core.autocrlf didn't workTorsten Bögershausen-12/+7
2016-02-26Merge branch 'tb/conversion'Junio C Hamano-90/+100
2016-02-23convert.c: correct attr_action()Torsten Bögershausen-9/+9
2016-02-10convert.c: simplify text_statTorsten Bögershausen-25/+22
2016-02-10convert.c: refactor crlf_actionTorsten Bögershausen-31/+46
2016-02-10Merge branch 'ls/clean-smudge-override-in-config'Junio C Hamano-1/+1
2016-02-08convert.c: use text_eol_is_crlf()Torsten Bögershausen-6/+14
2016-02-08convert.c: remove input_crlf_action()Torsten Bögershausen-23/+14
2016-02-08convert.c: remove unused parameter 'path'Torsten Bögershausen-10/+9
2016-01-29convert: treat an empty string for clean/smudge filters as "cat"Lars Schneider-1/+1
2016-01-18ls-files: add eol diagnosticsTorsten Bögershausen-28/+91
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King-1/+2
2015-05-20filter_buffer_or_fd(): ignore EPIPEJunio C Hamano-1/+6
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano-6/+49