summaryrefslogtreecommitdiffstats
path: root/convert.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-14Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano1-1/+1
2020-02-12Merge branch 'js/convert-typofix'Junio C Hamano1-1/+1
2020-02-11convert: fix typoJohannes Schindelin1-1/+1
2020-01-31sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares1-1/+1
2019-12-01Merge branch 'rs/skip-iprefix'Junio C Hamano1-14/+8
2019-11-10convert: use skip_iprefix() in validate_encoding()René Scharfe1-14/+8
2019-11-10Fix spelling errors in code commentsElijah Newren1-1/+1
2019-10-09Merge branch 'rs/convert-fix-utf-without-dash'Junio C Hamano1-4/+4
2019-10-06convert: fix handling of dashless UTF prefix in validate_encoding()René Scharfe1-4/+4
2019-09-03am: reload .gitattributes after patching itbrian m. carlson1-1/+20
2019-04-10Merge branch 'jh/resize-convert-scratch-buffer'Junio C Hamano1-1/+1
2019-03-08convert: avoid malloc of original file sizeJoey Hess1-1/+1
2019-02-06Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano1-14/+14
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-1/+0
2019-01-24convert: drop path parameter from actual conversion functionsJeff King1-7/+7
2019-01-24convert: drop len parameter from conversion checksJeff King1-7/+7
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-1/+0
2019-01-18Merge branch 'nd/style-opening-brace'Junio C Hamano1-1/+2
2018-12-10style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy1-1/+2
2018-12-09Indent code with TABsNguyễn Thái Ngọc Duy1-3/+3
2018-09-12Make git_check_attr() a void functionTorsten Bögershausen1-23/+19
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-17/+24
2018-08-15Merge branch 'jk/size-t'Junio C Hamano1-3/+3
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-20/+22
2018-08-13convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-17/+24
2018-08-13attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-07-24Merge branch 'bb/pedantic'Junio C Hamano1-1/+1
2018-07-24reencode_string: use size_t for string lengthsJeff King1-3/+3
2018-07-23convert.c: mark more strings for translationNguyễn Thái Ngọc Duy1-18/+20
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-3/+3
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-0/+1
2018-07-09convert.c: replace "\e" escapes with "\033".Beat Bolli1-1/+1
2018-05-16object-store: move object access functions to object-store.hStefan Beller1-0/+1
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