Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'rs/skip-iprefix' | Junio C Hamano | 2019-12-01 | 1 | -14/+8 |
|\ | |||||
| * | convert: use skip_iprefix() in validate_encoding() | René Scharfe | 2019-11-10 | 1 | -14/+8 |
* | | Fix spelling errors in code comments | Elijah Newren | 2019-11-10 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'rs/convert-fix-utf-without-dash' | Junio C Hamano | 2019-10-09 | 1 | -4/+4 |
|\ | |||||
| * | convert: fix handling of dashless UTF prefix in validate_encoding() | René Scharfe | 2019-10-06 | 1 | -4/+4 |
* | | am: reload .gitattributes after patching it | brian m. carlson | 2019-09-04 | 1 | -1/+20 |
* | | Merge branch 'jh/resize-convert-scratch-buffer' | Junio C Hamano | 2019-04-09 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | convert: avoid malloc of original file size | Joey Hess | 2019-03-08 | 1 | -1/+1 |
* | | Merge branch 'jk/unused-parameter-cleanup' | Junio C Hamano | 2019-02-07 | 1 | -14/+14 |
|\ \ | |||||
| * | | convert: drop path parameter from actual conversion functions | Jeff King | 2019-01-24 | 1 | -7/+7 |
| * | | convert: drop len parameter from conversion checks | Jeff King | 2019-01-24 | 1 | -7/+7 |
* | | | Merge branch 'nd/the-index-final' | Junio C Hamano | 2019-02-07 | 1 | -1/+0 |
|\ \ \ | |/ / |/| | | |||||
| * | | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 2019-01-24 | 1 | -1/+0 |
| |/ | |||||
* | | Merge branch 'nd/style-opening-brace' | Junio C Hamano | 2019-01-18 | 1 | -1/+2 |
|\ \ | |||||
| * | | style: the opening '{' of a function is in a separate line | Nguyễn Thái Ngọc Duy | 2018-12-10 | 1 | -1/+2 |
| |/ | |||||
* / | Indent code with TABs | Nguyễn Thái Ngọc Duy | 2018-12-09 | 1 | -3/+3 |
|/ | |||||
* | Make git_check_attr() a void function | Torsten Bögershausen | 2018-09-13 | 1 | -23/+19 |
* | Merge branch 'nd/no-the-index' | Junio C Hamano | 2018-08-20 | 1 | -17/+24 |
|\ | |||||
| * | convert.c: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -17/+24 |
| * | attr: remove an implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 2018-08-13 | 1 | -1/+1 |
* | | Merge branch 'jk/size-t' | Junio C Hamano | 2018-08-16 | 1 | -3/+3 |
|\ \ | |||||
| * | | reencode_string: use size_t for string lengths | Jeff King | 2018-07-24 | 1 | -3/+3 |
* | | | Merge branch 'nd/i18n' | Junio C Hamano | 2018-08-16 | 1 | -20/+22 |
|\ \ \ | |_|/ |/| | | |||||
| * | | convert.c: mark more strings for translation | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -18/+20 |
| * | | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 2018-07-23 | 1 | -3/+3 |
| |/ | |||||
* | | Merge branch 'bb/pedantic' | Junio C Hamano | 2018-07-24 | 1 | -1/+1 |
|\ \ | |||||
| * | | convert.c: replace "\e" escapes with "\033". | Beat Bolli | 2018-07-09 | 1 | -1/+1 |
| |/ | |||||
* | | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 2018-07-18 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | object-store: move object access functions to object-store.h | Stefan Beller | 2018-05-16 | 1 | -0/+1 |
* | | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 2018-05-08 | 1 | -1/+275 |
|\ \ | |/ |/| | |||||
| * | convert: add round trip check based on 'core.checkRoundtripEncoding' | Lars Schneider | 2018-04-16 | 1 | -0/+77 |
| * | convert: add tracing for 'working-tree-encoding' attribute | Lars Schneider | 2018-04-16 | 1 | -0/+25 |
| * | convert: check for detectable errors in UTF encodings | Lars Schneider | 2018-04-16 | 1 | -0/+61 |
| * | convert: add 'working-tree-encoding' attribute | Lars Schneider | 2018-04-16 | 1 | -1/+112 |
* | | convert: convert to struct object_id | brian m. carlson | 2018-03-14 | 1 | -6/+6 |
* | | Merge branch 'po/object-id' | Junio C Hamano | 2018-02-15 | 1 | -3/+3 |
|\ \ | |/ |/| | |||||
| * | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 2018-01-30 | 1 | -3/+3 |
* | | convert_to_git(): safe_crlf/checksafe becomes int conv_flags | Torsten Bögershausen | 2018-01-16 | 1 | -19/+19 |
|/ | |||||
* | Merge branch 'tb/check-crlf-for-safe-crlf' | Junio C Hamano | 2017-12-27 | 1 | -5/+14 |
|\ | |||||
| * | convert: tighten the safe autocrlf handling | Torsten Bögershausen | 2017-11-27 | 1 | -5/+14 |
| * | Merge branch 'ma/ts-cleanups' into maint | Junio C Hamano | 2017-10-23 | 1 | -2/+3 |
| |\ | |||||
| * \ | Merge branch 'tb/apply-with-crlf' into maint | Junio C Hamano | 2017-09-10 | 1 | -4/+6 |
| |\ \ | |||||
* | | | | consistently use "fallthrough" comments in switches | Jeff King | 2017-09-22 | 1 | -1/+2 |
* | | | | Merge branch 'rs/strbuf-leakfix' | Junio C Hamano | 2017-09-19 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | convert: release strbuf on error return in filter_buffer_or_fd() | Rene Scharfe | 2017-09-07 | 1 | -1/+3 |
* | | | | | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 2017-09-10 | 1 | -2/+3 |
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | convert: always initialize attr_action in convert_attrs | Martin Ågren | 2017-08-23 | 1 | -2/+3 |
* | | | | Merge branch 'tb/apply-with-crlf' | Junio C Hamano | 2017-08-27 | 1 | -4/+6 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | convert: add SAFE_CRLF_KEEP_CRLF | Torsten Bögershausen | 2017-08-16 | 1 | -4/+6 |
| |/ / | |||||
* | | | Merge branch 'jt/subprocess-handshake' | Junio C Hamano | 2017-08-11 | 1 | -68/+7 |
|\ \ \ | | |/ | |/| |