174 Commits (5bdece0d70578edda870b0cf04d598ba04e7a0a3)

Author SHA1 Message Date
Torsten Bögershausen d64324cb60 Make git_check_attr() a void function 7 years ago
Nguyễn Thái Ngọc Duy 7f944e264e convert.c: remove an implicit dependency on the_index 7 years ago
Nguyễn Thái Ngọc Duy 7a400a2c02 attr: remove an implicit dependency on the_index 7 years ago
Jeff King c7d017d7e1 reencode_string: use size_t for string lengths 7 years ago
Nguyễn Thái Ngọc Duy d26a328eaf convert.c: mark more strings for translation 7 years ago
Nguyễn Thái Ngọc Duy 1a07e59c3e Update messages in preparation for i18n 7 years ago
Beat Bolli 8302f50e8c convert.c: replace "\e" escapes with "\033". 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Lars Schneider e92d622536 convert: add round trip check based on 'core.checkRoundtripEncoding' 7 years ago
Lars Schneider 541d059cd9 convert: add tracing for 'working-tree-encoding' attribute 7 years ago
Lars Schneider 7a17918c34 convert: check for detectable errors in UTF encodings 7 years ago
Lars Schneider 107642fe26 convert: add 'working-tree-encoding' attribute 7 years ago
brian m. carlson 1a750441a7 convert: convert to struct object_id 7 years ago
Patryk Obara f070faccc1 sha1_file: convert hash_sha1_file to object_id 7 years ago
Torsten Bögershausen 8462ff43e4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags 7 years ago
Torsten Bögershausen 86ff70a0f0 convert: tighten the safe autocrlf handling 7 years ago
Jeff King 1cf01a34ea consistently use "fallthrough" comments in switches 8 years ago
Rene Scharfe f31f1d3951 convert: release strbuf on error return in filter_buffer_or_fd() 8 years ago
Martin Ågren 5c94c93d50 convert: always initialize attr_action in convert_attrs 8 years ago
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
Stefan Beller 9ab42958f6 convert/sub-process: drop cast to hashmap_cmp_fn 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