aboutsummaryrefslogtreecommitdiff
path: root/convert.c
Commit message (Expand)AuthorAge
* Merge branch 'tb/check-crlf-for-safe-crlf'Junio C Hamano2017-12-27
|\
| * convert: tighten the safe autocrlf handlingTorsten Bögershausen2017-11-27
| * Merge branch 'ma/ts-cleanups' into maintJunio C Hamano2017-10-23
| |\
| * \ Merge branch 'tb/apply-with-crlf' into maintJunio C Hamano2017-09-10
| |\ \
* | | | consistently use "fallthrough" comments in switchesJeff King2017-09-22
* | | | Merge branch 'rs/strbuf-leakfix'Junio C Hamano2017-09-19
|\ \ \ \
| * | | | convert: release strbuf on error return in filter_buffer_or_fd()Rene Scharfe2017-09-07
* | | | | Merge branch 'ma/ts-cleanups'Junio C Hamano2017-09-10
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | convert: always initialize attr_action in convert_attrsMartin Ågren2017-08-23
* | | | Merge branch 'tb/apply-with-crlf'Junio C Hamano2017-08-26
|\ \ \ \ | | |_|/ | |/| |
| * | | convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen2017-08-16
| |/ /
* | | Merge branch 'jt/subprocess-handshake'Junio C Hamano2017-08-11
|\ \ \ | | |/ | |/|
| * | sub-process: refactor handshake to common functionJonathan Tan2017-07-26
| * | Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-26
| |\ \ | | |/ | |/|
* | | Merge branch 'sb/hashmap-cleanup'Junio C Hamano2017-08-11
|\ \ \
| * | | convert/sub-process: drop cast to hashmap_cmp_fnStefan Beller2017-07-05
| |/ /
* | | Merge branch 'ls/filter-process-delayed'Junio C Hamano2017-08-11
|\ \ \ | |/ / |/| / | |/
| * convert: add "status=delayed" to filter process protocolLars Schneider2017-06-30
| * convert: refactor capabilities negotiationLars Schneider2017-06-30
| * convert: move multiple file filter error handling to separate functionLars Schneider2017-06-29
| * convert: put the flags field before the flag itself for consistent styleLars Schneider2017-06-29
* | hashmap.h: compare function has access to a data fieldStefan Beller2017-06-30
* | Merge branch 'bw/config-h'Junio C Hamano2017-06-24
|\ \
| * | config: don't include config.h by defaultBrandon Williams2017-06-15
* | | convert: convert renormalize_buffer to take an indexBrandon Williams2017-06-13
* | | convert: convert convert_to_git to take an indexBrandon Williams2017-06-13
* | | convert: convert convert_to_git_filter_fd to take an indexBrandon Williams2017-06-13
* | | convert: convert crlf_to_git to take an indexBrandon Williams2017-06-13
* | | convert: convert get_cached_convert_stats_ascii to take an indexBrandon Williams2017-06-13
| |/ |/|
* | convert: update subprocess_read_status() to not die on EOFBen Peart2017-05-15
* | sub-process: move sub-process functions into separate filesBen Peart2017-05-15
* | convert: rename reusable sub-process functionsBen Peart2017-05-15
* | convert: update generic functions to only use generic data structuresBen Peart2017-05-15
* | convert: separate generic structures and variables from the filter specific onesBen Peart2017-05-15
* | convert: split start_multi_file_filter() into two separate functionsBen Peart2017-05-15
* | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-08
* | convert: remove erroneous tests for errno == EPIPEBen Peart2017-05-08
|/
* attr: convert git_check_attrs() callers to use the new APIJunio C Hamano2017-02-01
* attr: rename function and struct related to checking attributesJunio C Hamano2017-02-01
* Merge branch 'jc/renormalize-merge-kill-safer-crlf'Junio C Hamano2016-12-19
|\
| * convert: git cherry-pick -Xrenormalize did not workTorsten Bögershausen2016-12-01
* | Merge branch 'ls/filter-process'Junio C Hamano2016-10-31
|\ \
| * | convert: add filter.<driver>.process optionLars Schneider2016-10-17
| * | convert: prepare filter.<driver>.process optionLars Schneider2016-10-17
| * | convert: make apply_filter() adhere to standard Git error handlingLars Schneider2016-10-17
| * | convert: quote filter names in error messagesLars Schneider2016-10-17
| |/
* | i18n: convert mark error messages for translationVasco Almeida2016-10-17
|/
* convert: Correct NNO tests and missing `LF will be replaced by CRLF`Torsten Bögershausen2016-08-14
* convert: unify the "auto" handling of CRLFTorsten Bögershausen2016-07-06
* convert.c: ident + core.autocrlf didn't workTorsten Bögershausen2016-04-25