| Commit message (Expand) | Author | Age |
* | Merge branch 'rs/strbuf-leakfix' | Junio C Hamano | 2017-09-19 |
|\ |
|
| * | convert: release strbuf on error return in filter_buffer_or_fd() | Rene Scharfe | 2017-09-07 |
* | | Merge branch 'ma/ts-cleanups' | Junio C Hamano | 2017-09-10 |
|\ \
| |/
|/| |
|
| * | convert: always initialize attr_action in convert_attrs | Martin Ågren | 2017-08-23 |
* | | Merge branch 'tb/apply-with-crlf' | Junio C Hamano | 2017-08-26 |
|\ \ |
|
| * | | convert: add SAFE_CRLF_KEEP_CRLF | Torsten Bögershausen | 2017-08-16 |
| |/ |
|
* | | Merge branch 'jt/subprocess-handshake' | Junio C Hamano | 2017-08-11 |
|\ \ |
|
| * | | sub-process: refactor handshake to common function | Jonathan Tan | 2017-07-26 |
| * | | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake | Junio C Hamano | 2017-07-26 |
| |\ \
| | |/
| |/| |
|
* | | | Merge branch 'sb/hashmap-cleanup' | Junio C Hamano | 2017-08-11 |
|\ \ \ |
|
| * | | | convert/sub-process: drop cast to hashmap_cmp_fn | Stefan Beller | 2017-07-05 |
| |/ / |
|
* | | | Merge branch 'ls/filter-process-delayed' | Junio C Hamano | 2017-08-11 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | convert: add "status=delayed" to filter process protocol | Lars Schneider | 2017-06-30 |
| * | convert: refactor capabilities negotiation | Lars Schneider | 2017-06-30 |
| * | convert: move multiple file filter error handling to separate function | Lars Schneider | 2017-06-29 |
| * | convert: put the flags field before the flag itself for consistent style | Lars Schneider | 2017-06-29 |
* | | hashmap.h: compare function has access to a data field | Stefan Beller | 2017-06-30 |
* | | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 |
|\ \ |
|
| * | | config: don't include config.h by default | Brandon Williams | 2017-06-15 |
* | | | convert: convert renormalize_buffer to take an index | Brandon Williams | 2017-06-13 |
* | | | convert: convert convert_to_git to take an index | Brandon Williams | 2017-06-13 |
* | | | convert: convert convert_to_git_filter_fd to take an index | Brandon Williams | 2017-06-13 |
* | | | convert: convert crlf_to_git to take an index | Brandon Williams | 2017-06-13 |
* | | | convert: convert get_cached_convert_stats_ascii to take an index | Brandon Williams | 2017-06-13 |
| |/
|/| |
|
* | | convert: update subprocess_read_status() to not die on EOF | Ben Peart | 2017-05-15 |
* | | sub-process: move sub-process functions into separate files | Ben Peart | 2017-05-15 |
* | | convert: rename reusable sub-process functions | Ben Peart | 2017-05-15 |
* | | convert: update generic functions to only use generic data structures | Ben Peart | 2017-05-15 |
* | | convert: separate generic structures and variables from the filter specific ones | Ben Peart | 2017-05-15 |
* | | convert: split start_multi_file_filter() into two separate functions | Ben Peart | 2017-05-15 |
* | | convert: move packet_write_line() into pkt-line as packet_writel() | Ben Peart | 2017-05-08 |
* | | convert: remove erroneous tests for errno == EPIPE | Ben Peart | 2017-05-08 |
|/ |
|
* | attr: convert git_check_attrs() callers to use the new API | Junio C Hamano | 2017-02-01 |
* | attr: rename function and struct related to checking attributes | Junio C Hamano | 2017-02-01 |
* | Merge branch 'jc/renormalize-merge-kill-safer-crlf' | Junio C Hamano | 2016-12-19 |
|\ |
|
| * | convert: git cherry-pick -Xrenormalize did not work | Torsten Bögershausen | 2016-12-01 |
* | | Merge branch 'ls/filter-process' | Junio C Hamano | 2016-10-31 |
|\ \ |
|
| * | | convert: add filter.<driver>.process option | Lars Schneider | 2016-10-17 |
| * | | convert: prepare filter.<driver>.process option | Lars Schneider | 2016-10-17 |
| * | | convert: make apply_filter() adhere to standard Git error handling | Lars Schneider | 2016-10-17 |
| * | | convert: quote filter names in error messages | Lars Schneider | 2016-10-17 |
| |/ |
|
* | | i18n: convert mark error messages for translation | Vasco Almeida | 2016-10-17 |
|/ |
|
* | convert: Correct NNO tests and missing `LF will be replaced by CRLF` | Torsten Bögershausen | 2016-08-14 |
* | convert: unify the "auto" handling of CRLF | Torsten Bögershausen | 2016-07-06 |
* | convert.c: ident + core.autocrlf didn't work | Torsten Bögershausen | 2016-04-25 |
* | Merge branch 'tb/conversion' | Junio C Hamano | 2016-02-26 |
|\ |
|
| * | convert.c: correct attr_action() | Torsten Bögershausen | 2016-02-23 |
| * | convert.c: simplify text_stat | Torsten Bögershausen | 2016-02-10 |
| * | convert.c: refactor crlf_action | Torsten Bögershausen | 2016-02-10 |
| * | convert.c: use text_eol_is_crlf() | Torsten Bögershausen | 2016-02-08 |