summaryrefslogtreecommitdiffstats
path: root/convert.c
AgeCommit message (Expand)AuthorLines
2019-04-10Merge branch 'jh/resize-convert-scratch-buffer'Junio C Hamano-1/+1
2019-03-08convert: avoid malloc of original file sizeJoey Hess-1/+1
2019-02-06Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano-14/+14
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano-1/+0
2019-01-24convert: drop path parameter from actual conversion functionsJeff King-7/+7
2019-01-24convert: drop len parameter from conversion checksJeff King-7/+7
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy-1/+0
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano-1/+2
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy-1/+2
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy-3/+3
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen-23/+19
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano-17/+24
2018-08-15Merge branch 'jk/size-t'Junio C Hamano-3/+3
2018-08-15Merge branch 'nd/i18n'Junio C Hamano-20/+22
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy-17/+24
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy-1/+1
2018-07-24Merge branch 'bb/pedantic'Junio C Hamano-1/+1
2018-07-24reencode_string: use size_t for string lengthsJeff King-3/+3
2018-07-23convert.c: mark more strings for translationNguyễn Thái Ngọc Duy-18/+20
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy-3/+3
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano-0/+1
2018-07-09convert.c: replace "\e" escapes with "\033".Beat Bolli-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller-0/+1
2018-05-08Merge branch 'ls/checkout-encoding'Junio C Hamano-1/+275
2018-04-16convert: add round trip check based on 'core.checkRoundtripEncoding'Lars Schneider-0/+77
2018-04-16convert: add tracing for 'working-tree-encoding' attributeLars Schneider-0/+25
2018-04-16convert: check for detectable errors in UTF encodingsLars Schneider-0/+61
2018-04-16convert: add 'working-tree-encoding' attributeLars Schneider-1/+112
2018-03-14convert: convert to struct object_idbrian m. carlson-6/+6
2018-02-15Merge branch 'po/object-id'Junio C Hamano-3/+3
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara-3/+3
2018-01-16convert_to_git(): safe_crlf/checksafe becomes int conv_flagsTorsten Bögershausen-19/+19
2017-12-27Merge branch 'tb/check-crlf-for-safe-crlf'Junio C Hamano-5/+14
2017-11-27convert: tighten the safe autocrlf handlingTorsten Bögershausen-5/+14
2017-10-23Merge branch 'ma/ts-cleanups' into maintJunio C Hamano-2/+3
2017-09-22consistently use "fallthrough" comments in switchesJeff King-1/+2
2017-09-19Merge branch 'rs/strbuf-leakfix'Junio C Hamano-1/+3
2017-09-10Merge branch 'ma/ts-cleanups'Junio C Hamano-2/+3
2017-09-10Merge branch 'tb/apply-with-crlf' into maintJunio C Hamano-4/+6
2017-09-07convert: release strbuf on error return in filter_buffer_or_fd()Rene Scharfe-1/+3
2017-08-26Merge branch 'tb/apply-with-crlf'Junio C Hamano-4/+6
2017-08-23convert: always initialize attr_action in convert_attrsMartin Ågren-2/+3
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen-4/+6
2017-08-11Merge branch 'jt/subprocess-handshake'Junio C Hamano-68/+7
2017-08-11Merge branch 'sb/hashmap-cleanup'Junio C Hamano-2/+1
2017-08-11Merge branch 'ls/filter-process-delayed'Junio C Hamano-52/+150
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-07-05convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller-2/+1
2017-06-30convert: add "status=delayed" to filter process protocolLars Schneider-16/+94