summaryrefslogtreecommitdiffstats
path: root/convert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ls/checkout-encoding'Junio C Hamano2018-05-081-1/+275
|\
| * convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider2018-04-161-0/+77
| * convert: add tracing for 'working-tree-encoding' attributeLars Schneider2018-04-161-0/+25
| * convert: check for detectable errors in UTF encodingsLars Schneider2018-04-161-0/+61
| * convert: add 'working-tree-encoding' attributeLars Schneider2018-04-161-1/+112
* | convert: convert to struct object_idbrian m. carlson2018-03-141-6/+6
* | Merge branch 'po/object-id'Junio C Hamano2018-02-151-3/+3
|\ \ | |/ |/|
| * sha1_file: convert hash_sha1_file to object_idPatryk Obara2018-01-301-3/+3
* | convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen2018-01-161-19/+19
|/
* Merge branch 'tb/check-crlf-for-safe-crlf'Junio C Hamano2017-12-271-5/+14
|\
| * convert: tighten the safe autocrlf handlingTorsten Bögershausen2017-11-271-5/+14
| * Merge branch 'ma/ts-cleanups' into maintJunio C Hamano2017-10-231-2/+3
| |\
| * \ Merge branch 'tb/apply-with-crlf' into maintJunio C Hamano2017-09-101-4/+6
| |\ \
* | | | consistently use "fallthrough" comments in switchesJeff King2017-09-221-1/+2
* | | | Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-191-1/+3
|\ \ \ \
| * | | | convert: release strbuf on error return in filter_buffer_or_fd()Rene Scharfe2017-09-071-1/+3
* | | | | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-101-2/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | convert: always initialize attr_action in convert_attrsMartin Ågren2017-08-231-2/+3
* | | | Merge branch 'tb/apply-with-crlf'Junio C Hamano2017-08-261-4/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen2017-08-161-4/+6
| |/ /
* | | Merge branch 'jt/subprocess-handshake'Junio C Hamano2017-08-111-68/+7
|\ \ \ | | |/ | |/|
| * | sub-process: refactor handshake to common functionJonathan Tan2017-07-261-68/+7
| * | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-261-52/+150
| |\ \ | | |/ | |/|
* | | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-111-2/+1
|\ \ \
| * | | convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller2017-07-051-2/+1
| |/ /
* | | Merge branch 'ls/filter-process-delayed'Junio C Hamano2017-08-111-52/+150
|\ \ \ | |/ / |/| / | |/
| * convert: add "status=delayed" to filter process protocolLars Schneider2017-06-301-16/+94
| * convert: refactor capabilities negotiationLars Schneider2017-06-301-12/+27
| * convert: move multiple file filter error handling to separate functionLars Schneider2017-06-291-21/+26
| * convert: put the flags field before the flag itself for consistent styleLars Schneider2017-06-291-5/+5
* | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-301-1/+2
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | | convert: convert renormalize_buffer to take an indexBrandon Williams2017-06-131-2/+4
* | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-131-3/+4
* | | convert: convert convert_to_git_filter_fd to take an indexBrandon Williams2017-06-131-2/+3
* | | convert: convert crlf_to_git to take an indexBrandon Williams2017-06-131-6/+8
* | | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-131-2/+3
| |/ |/|
* | convert: update subprocess_read_status() to not die on EOFBen Peart2017-05-151-2/+8
* | sub-process: move sub-process functions into separate filesBen Peart2017-05-151-103/+1
* | convert: rename reusable sub-process functionsBen Peart2017-05-151-20/+20
* | convert: update generic functions to only use generic data structuresBen Peart2017-05-151-18/+23
* | convert: separate generic structures and variables from the filter specific onesBen Peart2017-05-151-15/+20
* | convert: split start_multi_file_filter() into two separate functionsBen Peart2017-05-151-24/+34
* | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-081-21/+2
* | convert: remove erroneous tests for errno == EPIPEBen Peart2017-05-081-2/+2
|/
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-011-11/+6
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-011-6/+6
* Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano2016-12-191-6/+7
|\
| * convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen2016-12-011-6/+7