139 Commits (2944a94c6b74d3941f63d1f4eee5bdfbbf5cd400)

Author SHA1 Message Date
Torsten Bögershausen 2fea9de618 convert: add SAFE_CRLF_KEEP_CRLF 8 years ago
Jonathan Tan fa64a2fdbe sub-process: refactor handshake to common function 8 years ago
Lars Schneider 2841e8f81c convert: add "status=delayed" to filter process protocol 8 years ago
Lars Schneider 1514c8edd6 convert: refactor capabilities negotiation 8 years ago
Stefan Beller 7663cdc86c hashmap.h: compare function has access to a data field 8 years ago
Lars Schneider 9364fc298a convert: move multiple file filter error handling to separate function 8 years ago
Lars Schneider 42b0a86c0e convert: put the flags field before the flag itself for consistent style 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Brandon Williams a33e0b2a77 convert: convert renormalize_buffer to take an index 8 years ago
Brandon Williams 82b474e025 convert: convert convert_to_git to take an index 8 years ago
Brandon Williams d6c41c20e6 convert: convert convert_to_git_filter_fd to take an index 8 years ago
Brandon Williams 49a6d31fc8 convert: convert crlf_to_git to take an index 8 years ago
Brandon Williams a7609c54b3 convert: convert get_cached_convert_stats_ascii to take an index 8 years ago
Ben Peart 4f2a2e9f0e convert: update subprocess_read_status() to not die on EOF 8 years ago
Ben Peart 99605d62e8 sub-process: move sub-process functions into separate files 8 years ago
Ben Peart f514d7d177 convert: rename reusable sub-process functions 8 years ago
Ben Peart 7ddb9b2ca9 convert: update generic functions to only use generic data structures 8 years ago
Ben Peart 1b0b46ee3b convert: separate generic structures and variables from the filter specific ones 8 years ago
Ben Peart a810ea9945 convert: split start_multi_file_filter() into two separate functions 8 years ago
Ben Peart c0c70f7ac0 convert: move packet_write_line() into pkt-line as packet_writel() 8 years ago
Ben Peart 070e5f72d9 convert: remove erroneous tests for errno == EPIPE 8 years ago
Junio C Hamano 2aef63d31c attr: convert git_check_attrs() callers to use the new API 8 years ago
Junio C Hamano 7bd18054d2 attr: rename function and struct related to checking attributes 8 years ago
Torsten Bögershausen 1c25d2d8ed convert: git cherry-pick -Xrenormalize did not work 8 years ago
Vasco Almeida 87cb7845fe i18n: convert mark error messages for translation 8 years ago
Lars Schneider edcc85814c convert: add filter.<driver>.process option 8 years ago
Lars Schneider 234fa07e06 convert: prepare filter.<driver>.process option 8 years ago
Lars Schneider b84be55354 convert: make apply_filter() adhere to standard Git error handling 8 years ago
Lars Schneider 255f04d604 convert: quote filter names in error messages 8 years ago
Torsten Bögershausen a0ad53c181 convert: Correct NNO tests and missing `LF will be replaced by CRLF` 9 years ago
Torsten Bögershausen 6523728499 convert: unify the "auto" handling of CRLF 9 years ago
Torsten Bögershausen caa47adc5a convert.c: ident + core.autocrlf didn't work 9 years ago
Torsten Bögershausen 817a0c7968 convert.c: correct attr_action() 9 years ago
Torsten Bögershausen 6e336a530b convert.c: simplify text_stat 9 years ago
Torsten Bögershausen df747b818f convert.c: refactor crlf_action 9 years ago
Torsten Bögershausen 4b4024f5dd convert.c: use text_eol_is_crlf() 9 years ago
Torsten Bögershausen bb211b4de8 convert.c: remove input_crlf_action() 9 years ago
Torsten Bögershausen 92cce1355e convert.c: remove unused parameter 'path' 9 years ago
Lars Schneider 1a8630dc3b convert: treat an empty string for clean/smudge filters as "cat" 9 years ago
Torsten Bögershausen a7630bd427 ls-files: add eol diagnostics 9 years ago
Jeff King 5096d4909f convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
Junio C Hamano 0c4dd67a04 filter_buffer_or_fd(): ignore EPIPE 10 years ago
Steffen Prohaska 9035d75a2b convert: stream from fd to required clean filter to reduce used address space 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Ondřej Bílka 749f763dbb typofix: in-code comments 12 years ago
Lukas Fleischer 4982fd78f6 convert.c: remove duplicate code 12 years ago
Jeff King d731f0ade1 convert some config callbacks to parse_config_key 12 years ago
Jeff King 4c3b57b98b teach dry-run convert_to_git not to require a src buffer 13 years ago