summaryrefslogtreecommitdiffstats
path: root/convert.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-08Merge branch 'sp/stream-clean-filter'Junio C Hamano1-6/+49
2014-08-28convert: stream from fd to required clean filter to reduce used address spaceSteffen Prohaska1-6/+49
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2014-06-20use skip_prefix to avoid magic numbersJeff King1-2/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-07-22typofix: in-code commentsOndřej Bílka1-1/+1
2013-04-21Merge branch 'lf/read-blob-data-from-index'Junio C Hamano1-25/+2
2013-04-17convert.c: remove duplicate codeLukas Fleischer1-25/+2
2013-01-23convert some config callbacks to parse_config_keyJeff King1-9/+5
2012-02-28Merge branch 'jb/required-filter'Junio C Hamano1-4/+24
2012-02-26Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano1-4/+25
2012-02-24teach dry-run convert_to_git not to require a src bufferJeff King1-2/+10
2012-02-24teach convert_to_git a "dry run" modeJeff King1-2/+15
2012-02-21Ignore SIGPIPE when running a filter driverJehan Bing1-0/+5
2012-02-17Add a setting to require a filter to be successfulJehan Bing1-4/+24
2011-12-28Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maintJunio C Hamano1-10/+50
2011-12-22Merge branch 'jc/maint-lf-to-crlf-keep-crlf'Junio C Hamano1-10/+50
2011-12-21Merge branch 'cn/maint-lf-to-crlf-filter' into maintJunio C Hamano1-14/+40
2011-12-18lf_to_crlf_filter(): resurrect CRLF->CRLF hackJunio C Hamano1-10/+50
2011-12-16lf_to_crlf_filter(): tell the caller we added "\n" when drainingJunio C Hamano1-5/+7
2011-11-28convert: track state in LF-to-CRLF filterCarlos Martín Nieto1-13/+37
2011-11-21convert.c: Fix return type of git_path_check_eol()Ramsay Jones1-1/+1
2011-11-15convert: don't mix enum with intRamkumar Ramachandra1-3/+3
2011-09-02Merge branch 'tr/maint-ident-to-git-memmove'Junio C Hamano1-2/+2
2011-08-29Use memmove in ident_to_gitThomas Rast1-2/+2
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty1-1/+1
2011-05-26streaming: filter cascadingJunio C Hamano1-14/+112
2011-05-26streaming filter: ident filterJunio C Hamano1-8/+169
2011-05-26Add LF-to-CRLF streaming conversionJunio C Hamano1-0/+41
2011-05-26stream filter: add "no more input" to the filtersJunio C Hamano1-1/+5
2011-05-26Add streaming filter APIJunio C Hamano1-7/+77
2011-05-20convert: CRLF_INPUT is a no-op in the output codepathJunio C Hamano1-1/+1
2011-05-20streaming_write_entry(): use streaming API in write_entry()Junio C Hamano1-0/+23
2011-05-09convert: make it harder to screw up adding a conversion attributeJunio C Hamano1-41/+38
2011-05-09convert: make it safer to add conversion attributesJunio C Hamano1-26/+22
2011-05-09convert: give saner names to crlf/eol variables, types and functionsJunio C Hamano1-30/+31
2011-05-09convert: rename the "eol" global variable to "core_eol"Junio C Hamano1-2/+2
2011-03-16enums: omit trailing comma for portabilityJonathan Nieder1-1/+1
2010-12-22convert filter: supply path to external driverPete Wyckoff1-1/+22
2010-07-02Don't expand CRLFs when normalizing text during mergeEyvind Bernhardsen1-7/+20
2010-07-02Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen1-2/+14
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano1-40/+110
2010-06-21Merge branch 'fg/autocrlf'Junio C Hamano1-0/+49
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-1/+3
2010-06-06Add "core.eol" config variableEyvind Bernhardsen1-24/+36
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan1-1/+3
2010-05-19Rename the "crlf" attribute "text"Eyvind Bernhardsen1-8/+15
2010-05-19Add per-repository eol normalizationEyvind Bernhardsen1-33/+84
2010-05-11autocrlf: Make it work also for un-normalized repositoriesFinn Arne Gangstad1-0/+49
2010-04-10convert: Keep foreign $Id$ on checkout.Henrik Grubbström1-2/+14