199 Commits (6863df355038dd2d30ac9899bdb304d8a57523af)

Author SHA1 Message Date
Jeff King 185e865226 convert: drop unused crlf_action from check_global_conv_flags_eol() 4 years ago
Junio C Hamano afbdba391e run_command: teach API users to use embedded 'args' more 5 years ago
Jeff King f5914f4b6b parse_config_key(): return subsection len as size_t 5 years ago
brian m. carlson c397aac02f convert: provide additional metadata to filters 5 years ago
brian m. carlson ab90ecae99 convert: permit passing additional metadata to filter processes 5 years ago
Johannes Schindelin 2b0f19fa7a convert: fix typo 5 years ago
Matheus Tavares 2dcde20e1c sha1-file: pass git_hash_algo to hash_object_file() 5 years ago
René Scharfe ed28358833 convert: use skip_iprefix() in validate_encoding() 5 years ago
Elijah Newren 15beaaa3d1 Fix spelling errors in code comments 5 years ago
René Scharfe b181676ce9 convert: fix handling of dashless UTF prefix in validate_encoding() 5 years ago
brian m. carlson 2c65d90f75 am: reload .gitattributes after patching it 6 years ago
Joey Hess 02156ab031 convert: avoid malloc of original file size 6 years ago
Jeff King 55ad152cfb convert: drop path parameter from actual conversion functions 6 years ago
Jeff King 129beeee9a convert: drop len parameter from conversion checks 6 years ago
Nguyễn Thái Ngọc Duy f8adbec9fe cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch 6 years ago
Nguyễn Thái Ngọc Duy 3b3357626e style: the opening '{' of a function is in a separate line 6 years ago
Nguyễn Thái Ngọc Duy ec36c42a63 Indent code with TABs 6 years ago
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