Age | Commit message (Expand) | Author | Files | Lines |
2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -0/+1 |
2018-07-09 | convert.c: replace "\e" escapes with "\033". | Beat Bolli | 1 | -1/+1 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-08 | Merge branch 'ls/checkout-encoding' | Junio C Hamano | 1 | -1/+275 |
2018-04-16 | convert: add round trip check based on 'core.checkRoundtripEncoding' | Lars Schneider | 1 | -0/+77 |
2018-04-16 | convert: add tracing for 'working-tree-encoding' attribute | Lars Schneider | 1 | -0/+25 |
2018-04-16 | convert: check for detectable errors in UTF encodings | Lars Schneider | 1 | -0/+61 |
2018-04-16 | convert: add 'working-tree-encoding' attribute | Lars Schneider | 1 | -1/+112 |
2018-03-14 | convert: convert to struct object_id | brian m. carlson | 1 | -6/+6 |
2018-02-15 | Merge branch 'po/object-id' | Junio C Hamano | 1 | -3/+3 |
2018-01-30 | sha1_file: convert hash_sha1_file to object_id | Patryk Obara | 1 | -3/+3 |
2018-01-16 | convert_to_git(): safe_crlf/checksafe becomes int conv_flags | Torsten Bögershausen | 1 | -19/+19 |
2017-12-27 | Merge branch 'tb/check-crlf-for-safe-crlf' | Junio C Hamano | 1 | -5/+14 |
2017-11-27 | convert: tighten the safe autocrlf handling | Torsten Bögershausen | 1 | -5/+14 |
2017-10-23 | Merge branch 'ma/ts-cleanups' into maint | Junio C Hamano | 1 | -2/+3 |
2017-09-22 | consistently use "fallthrough" comments in switches | Jeff King | 1 | -1/+2 |
2017-09-19 | Merge branch 'rs/strbuf-leakfix' | Junio C Hamano | 1 | -1/+3 |
2017-09-10 | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 1 | -2/+3 |
2017-09-10 | Merge branch 'tb/apply-with-crlf' into maint | Junio C Hamano | 1 | -4/+6 |
2017-09-07 | convert: release strbuf on error return in filter_buffer_or_fd() | Rene Scharfe | 1 | -1/+3 |
2017-08-26 | Merge branch 'tb/apply-with-crlf' | Junio C Hamano | 1 | -4/+6 |
2017-08-23 | convert: always initialize attr_action in convert_attrs | Martin Ågren | 1 | -2/+3 |
2017-08-16 | convert: add SAFE_CRLF_KEEP_CRLF | Torsten Bögershausen | 1 | -4/+6 |
2017-08-11 | Merge branch 'jt/subprocess-handshake' | Junio C Hamano | 1 | -68/+7 |
2017-08-11 | Merge branch 'sb/hashmap-cleanup' | Junio C Hamano | 1 | -2/+1 |
2017-08-11 | Merge branch 'ls/filter-process-delayed' | Junio C Hamano | 1 | -52/+150 |
2017-07-26 | sub-process: refactor handshake to common function | Jonathan Tan | 1 | -68/+7 |
2017-07-26 | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake | Junio C Hamano | 1 | -52/+150 |
2017-07-05 | convert/sub-process: drop cast to hashmap_cmp_fn | Stefan Beller | 1 | -2/+1 |
2017-06-30 | convert: add "status=delayed" to filter process protocol | Lars Schneider | 1 | -16/+94 |
2017-06-30 | convert: refactor capabilities negotiation | Lars Schneider | 1 | -12/+27 |
2017-06-30 | hashmap.h: compare function has access to a data field | Stefan Beller | 1 | -1/+2 |
2017-06-29 | convert: move multiple file filter error handling to separate function | Lars Schneider | 1 | -21/+26 |
2017-06-29 | convert: put the flags field before the flag itself for consistent style | Lars Schneider | 1 | -5/+5 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 1 | -0/+1 |
2017-06-15 | config: don't include config.h by default | Brandon Williams | 1 | -0/+1 |
2017-06-13 | convert: convert renormalize_buffer to take an index | Brandon Williams | 1 | -2/+4 |
2017-06-13 | convert: convert convert_to_git to take an index | Brandon Williams | 1 | -3/+4 |
2017-06-13 | convert: convert convert_to_git_filter_fd to take an index | Brandon Williams | 1 | -2/+3 |
2017-06-13 | convert: convert crlf_to_git to take an index | Brandon Williams | 1 | -6/+8 |
2017-06-13 | convert: convert get_cached_convert_stats_ascii to take an index | Brandon Williams | 1 | -2/+3 |
2017-05-15 | convert: update subprocess_read_status() to not die on EOF | Ben Peart | 1 | -2/+8 |
2017-05-15 | sub-process: move sub-process functions into separate files | Ben Peart | 1 | -103/+1 |
2017-05-15 | convert: rename reusable sub-process functions | Ben Peart | 1 | -20/+20 |
2017-05-15 | convert: update generic functions to only use generic data structures | Ben Peart | 1 | -18/+23 |
2017-05-15 | convert: separate generic structures and variables from the filter specific ones | Ben Peart | 1 | -15/+20 |
2017-05-15 | convert: split start_multi_file_filter() into two separate functions | Ben Peart | 1 | -24/+34 |
2017-05-08 | convert: move packet_write_line() into pkt-line as packet_writel() | Ben Peart | 1 | -21/+2 |
2017-05-08 | convert: remove erroneous tests for errno == EPIPE | Ben Peart | 1 | -2/+2 |