summaryrefslogtreecommitdiffstats
path: root/convert.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano1-1/+275
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider1-0/+77
2018-04-16convert: add tracing for 'working-tree-encoding' attributeLars Schneider1-0/+25
2018-04-16convert: check for detectable errors in UTF encodingsLars Schneider1-0/+61
2018-04-16convert: add 'working-tree-encoding' attributeLars Schneider1-1/+112
2018-03-14convert: convert to struct object_idbrian m. carlson1-6/+6
2018-02-15Merge branch 'po/object-id'Junio C Hamano1-3/+3
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara1-3/+3
2018-01-16convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen1-19/+19
2017-12-27Merge branch 'tb/check-crlf-for-safe-crlf'Junio C Hamano1-5/+14
2017-11-27convert: tighten the safe autocrlf handlingTorsten Bögershausen1-5/+14
2017-10-23Merge branch 'ma/ts-cleanups' into maintJunio C Hamano1-2/+3
2017-09-22consistently use "fallthrough" comments in switchesJeff King1-1/+2
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano1-1/+3
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano1-2/+3
2017-09-10Merge branch 'tb/apply-with-crlf' into maintJunio C Hamano1-4/+6
2017-09-07convert: release strbuf on error return in filter_buffer_or_fd()Rene Scharfe1-1/+3
2017-08-26Merge branch 'tb/apply-with-crlf'Junio C Hamano1-4/+6
2017-08-23convert: always initialize attr_action in convert_attrsMartin Ågren1-2/+3
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen1-4/+6
2017-08-11Merge branch 'jt/subprocess-handshake'Junio C Hamano1-68/+7
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano1-2/+1
2017-08-11Merge branch 'ls/filter-process-delayed'Junio C Hamano1-52/+150
2017-07-26sub-process: refactor handshake to common functionJonathan Tan1-68/+7
2017-07-26Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano1-52/+150
2017-07-05convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller1-2/+1
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider1-16/+94
2017-06-30convert: refactor capabilities negotiationLars Schneider1-12/+27
2017-06-30hashmap.h: compare function has access to a data fieldStefan Beller1-1/+2
2017-06-29convert: move multiple file filter error handling to separate functionLars Schneider1-21/+26
2017-06-29convert: put the flags field before the flag itself for consistent styleLars Schneider1-5/+5
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13convert: convert renormalize_buffer to take an indexBrandon Williams1-2/+4
2017-06-13convert: convert convert_to_git to take an indexBrandon Williams1-3/+4
2017-06-13convert: convert convert_to_git_filter_fd to take an indexBrandon Williams1-2/+3
2017-06-13convert: convert crlf_to_git to take an indexBrandon Williams1-6/+8
2017-06-13convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams1-2/+3
2017-05-15convert: update subprocess_read_status() to not die on EOFBen Peart1-2/+8
2017-05-15sub-process: move sub-process functions into separate filesBen Peart1-103/+1
2017-05-15convert: rename reusable sub-process functionsBen Peart1-20/+20
2017-05-15convert: update generic functions to only use generic data structuresBen Peart1-18/+23
2017-05-15convert: separate generic structures and variables from the filter specific onesBen Peart1-15/+20
2017-05-15convert: split start_multi_file_filter() into two separate functionsBen Peart1-24/+34
2017-05-08convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart1-21/+2
2017-05-08convert: remove erroneous tests for errno == EPIPEBen Peart1-2/+2
2017-02-01attr: convert git_check_attrs() callers to use the new APIJunio C Hamano1-11/+6
2017-02-01attr: rename function and struct related to checking attributesJunio C Hamano1-6/+6
2016-12-19Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano1-6/+7
2016-12-01convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen1-6/+7