103 Commits (702ebbf4e2937accbac8184f87932f961e626a63)

Author SHA1 Message Date
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 9 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
Jeff King 92ac3197e4 teach convert_to_git a "dry run" mode 13 years ago
Jehan Bing 6424c2ad12 Ignore SIGPIPE when running a filter driver 13 years ago
Jehan Bing 36daaaca00 Add a setting to require a filter to be successful 13 years ago
Junio C Hamano 8496f56873 lf_to_crlf_filter(): resurrect CRLF->CRLF hack 13 years ago
Junio C Hamano 87afe9a5ed lf_to_crlf_filter(): tell the caller we added "\n" when draining 13 years ago
Carlos Martín Nieto 284e3d280e convert: track state in LF-to-CRLF filter 13 years ago
Ramsay Jones ef563de6dd convert.c: Fix return type of git_path_check_eol() 13 years ago
Ramkumar Ramachandra 7356b51e4b convert: don't mix enum with int 13 years ago
Thomas Rast 7732118438 Use memmove in ident_to_git 14 years ago
Michael Haggerty d932f4eb9f Rename git_checkattr() to git_check_attr() 14 years ago
Junio C Hamano b6691092d7 Add streaming filter API 14 years ago
Junio C Hamano a265a7f95e streaming: filter cascading 14 years ago
Junio C Hamano b84c783917 streaming filter: ident filter 14 years ago
Junio C Hamano e322ee38ad Add LF-to-CRLF streaming conversion 14 years ago
Junio C Hamano 4ae6670444 stream filter: add "no more input" to the filters 14 years ago
Junio C Hamano b0d9c69f5e convert: CRLF_INPUT is a no-op in the output codepath 14 years ago
Junio C Hamano dd8e912190 streaming_write_entry(): use streaming API in write_entry() 14 years ago
Junio C Hamano 3bfba20dae convert: make it harder to screw up adding a conversion attribute 14 years ago
Junio C Hamano 83295964b3 convert: make it safer to add conversion attributes 14 years ago
Junio C Hamano c61dcff9d6 convert: give saner names to crlf/eol variables, types and functions 14 years ago
Junio C Hamano ec70f52f6f convert: rename the "eol" global variable to "core_eol" 14 years ago
Jonathan Nieder c9b6782a08 enums: omit trailing comma for portability 14 years ago
Pete Wyckoff a2b665de4b convert filter: supply path to external driver 14 years ago
Eyvind Bernhardsen 43dd233285 Don't expand CRLFs when normalizing text during merge 15 years ago
Eyvind Bernhardsen f217f0e86d Avoid conflicts when merging branches with mixed normalization 15 years ago
Eyvind Bernhardsen 942e774767 Add "core.eol" config variable 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Eyvind Bernhardsen 5ec3e67052 Rename the "crlf" attribute "text" 15 years ago
Eyvind Bernhardsen fd6cce9e89 Add per-repository eol normalization 15 years ago
Finn Arne Gangstad c4805393d7 autocrlf: Make it work also for un-normalized repositories 15 years ago
Henrik Grubbström 07814d9009 convert: Keep foreign $Id$ on checkout. 15 years ago