summaryrefslogtreecommitdiffstats
path: root/convert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-10/+10
|\
| * *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-13/+13
* | Merge branch 'jh/simple-ipc'Junio C Hamano2021-04-021-3/+8
|\ \
| * | pkt-line: add options argument to read_packetized_to_strbuf()Johannes Schindelin2021-03-151-1/+2
| * | pkt-line: do not issue flush packets in write_packetized_*()Johannes Schindelin2021-03-151-2/+6
| |/
* | Merge branch 'mt/parallel-checkout-part-1'Junio C Hamano2021-04-021-70/+73
|\ \
| * | convert: add classification for conv_attrs structJeff Hostetler2021-03-181-7/+19
| * | convert: add get_stream_filter_ca() variantJeff Hostetler2021-03-181-11/+17
| * | convert: add [async_]convert_to_working_tree_ca() variantsJeff Hostetler2021-03-181-28/+32
| * | convert: make convert_attrs() and convert structs publicJeff Hostetler2021-03-181-27/+8
| |/
* | Merge branch 'mt/cleanly-die-upon-missing-required-filter'Junio C Hamano2021-03-221-1/+0
|\ \
| * | convert: fail gracefully upon missing clean cmd on required filterMatheus Tavares2021-02-261-1/+0
| |/
* / use CALLOC_ARRAYRené Scharfe2021-03-131-1/+1
|/
* convert: drop unused crlf_action from check_global_conv_flags_eol()Jeff King2020-09-301-2/+2
* run_command: teach API users to use embedded 'args' moreJunio C Hamano2020-08-261-4/+1
* parse_config_key(): return subsection len as size_tJeff King2020-04-101-1/+1
* convert: provide additional metadata to filtersbrian m. carlson2020-03-161-0/+22
* convert: permit passing additional metadata to filter processesbrian m. carlson2020-03-161-10/+34
* Merge branch 'mt/use-passed-repo-more-in-funcs'Junio C Hamano2020-02-141-1/+1
|\
| * sha1-file: pass git_hash_algo to hash_object_file()Matheus Tavares2020-01-311-1/+1
* | Merge branch 'js/convert-typofix'Junio C Hamano2020-02-121-1/+1
|\ \ | |/ |/|
| * convert: fix typoJohannes Schindelin2020-02-111-1/+1
* | Merge branch 'rs/skip-iprefix'Junio C Hamano2019-12-011-14/+8
|\ \
| * | convert: use skip_iprefix() in validate_encoding()René Scharfe2019-11-101-14/+8
| |/
* / Fix spelling errors in code commentsElijah Newren2019-11-101-1/+1
|/
* Merge branch 'rs/convert-fix-utf-without-dash'Junio C Hamano2019-10-091-4/+4
|\
| * convert: fix handling of dashless UTF prefix in validate_encoding()René Scharfe2019-10-061-4/+4
* | am: reload .gitattributes after patching itbrian m. carlson2019-09-031-1/+20
* | Merge branch 'jh/resize-convert-scratch-buffer'Junio C Hamano2019-04-101-1/+1
|\ \ | |/ |/|
| * convert: avoid malloc of original file sizeJoey Hess2019-03-081-1/+1
* | Merge branch 'jk/unused-parameter-cleanup'Junio C Hamano2019-02-061-14/+14
|\ \
| * | convert: drop path parameter from actual conversion functionsJeff King2019-01-241-7/+7
| * | convert: drop len parameter from conversion checksJeff King2019-01-241-7/+7
* | | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-1/+0
|\ \ \ | |/ / |/| |
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-1/+0
| |/
* | Merge branch 'nd/style-opening-brace'Junio C Hamano2019-01-181-1/+2
|\ \
| * | style: the opening '{' of a function is in a separate lineNguyễn Thái Ngọc Duy2018-12-101-1/+2
| |/
* / Indent code with TABsNguyễn Thái Ngọc Duy2018-12-091-3/+3
|/
* Make git_check_attr() a void functionTorsten Bögershausen2018-09-121-23/+19
* Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-17/+24
|\
| * convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-17/+24
| * attr: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | Merge branch 'jk/size-t'Junio C Hamano2018-08-151-3/+3
|\ \
| * | reencode_string: use size_t for string lengthsJeff King2018-07-241-3/+3
* | | Merge branch 'nd/i18n'Junio C Hamano2018-08-151-20/+22
|\ \ \ | |_|/ |/| |
| * | convert.c: mark more strings for translationNguyễn Thái Ngọc Duy2018-07-231-18/+20
| * | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-3/+3
| |/
* | Merge branch 'bb/pedantic'Junio C Hamano2018-07-241-1/+1
|\ \
| * | convert.c: replace "\e" escapes with "\033".Beat Bolli2018-07-091-1/+1
| |/
* | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-0/+1
|\ \ | |/ |/|