summaryrefslogtreecommitdiff
path: root/convert.c
AgeCommit message (Expand)Author
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-07-22typofix: in-code commentsOndřej Bílka
2013-04-22Merge branch 'lf/read-blob-data-from-index'Junio C Hamano
2013-04-17convert.c: remove duplicate codeLukas Fleischer
2013-01-23convert some config callbacks to parse_config_keyJeff King
2012-02-28Merge branch 'jb/required-filter'Junio C Hamano
2012-02-27Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano
2012-02-24teach dry-run convert_to_git not to require a src bufferJeff King
2012-02-24teach convert_to_git a "dry run" modeJeff King
2012-02-21Ignore SIGPIPE when running a filter driverJehan Bing
2012-02-17Add a setting to require a filter to be successfulJehan Bing
2011-12-28Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maintJunio C Hamano
2011-12-22Merge branch 'jc/maint-lf-to-crlf-keep-crlf'Junio C Hamano
2011-12-21Merge branch 'cn/maint-lf-to-crlf-filter' into maintJunio C Hamano
2011-12-19lf_to_crlf_filter(): resurrect CRLF->CRLF hackJunio C Hamano
2011-12-16lf_to_crlf_filter(): tell the caller we added "\n" when drainingJunio C Hamano
2011-11-28convert: track state in LF-to-CRLF filterCarlos Martín Nieto
2011-11-21convert.c: Fix return type of git_path_check_eol()Ramsay Jones
2011-11-16convert: don't mix enum with intRamkumar Ramachandra
2011-09-02Merge branch 'tr/maint-ident-to-git-memmove'Junio C Hamano
2011-08-29Use memmove in ident_to_gitThomas Rast
2011-08-04Rename git_checkattr() to git_check_attr()Michael Haggerty
2011-05-26streaming: filter cascadingJunio C Hamano
2011-05-26streaming filter: ident filterJunio C Hamano
2011-05-26Add LF-to-CRLF streaming conversionJunio C Hamano
2011-05-26stream filter: add "no more input" to the filtersJunio C Hamano
2011-05-26Add streaming filter APIJunio C Hamano
2011-05-21convert: CRLF_INPUT is a no-op in the output codepathJunio C Hamano
2011-05-21streaming_write_entry(): use streaming API in write_entry()Junio C Hamano
2011-05-09convert: make it harder to screw up adding a conversion attributeJunio C Hamano
2011-05-09convert: make it safer to add conversion attributesJunio C Hamano
2011-05-09convert: give saner names to crlf/eol variables, types and functionsJunio C Hamano
2011-05-09convert: rename the "eol" global variable to "core_eol"Junio C Hamano
2011-03-16enums: omit trailing comma for portabilityJonathan Nieder
2010-12-22convert filter: supply path to external driverPete Wyckoff
2010-07-02Don't expand CRLFs when normalizing text during mergeEyvind Bernhardsen
2010-07-02Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano
2010-06-21Merge branch 'fg/autocrlf'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-07Add "core.eol" config variableEyvind Bernhardsen
2010-05-31Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan
2010-05-20Rename the "crlf" attribute "text"Eyvind Bernhardsen
2010-05-20Add per-repository eol normalizationEyvind Bernhardsen
2010-05-12autocrlf: Make it work also for un-normalized repositoriesFinn Arne Gangstad
2010-04-11convert: Keep foreign $Id$ on checkout.Henrik Grubbström
2010-04-11convert: Safer handling of $Id$ contraction.Henrik Grubbström
2010-02-06Merge branch 'sp/maint-push-sideband' into sp/push-sidebandJunio C Hamano
2010-02-06run-command: support custom fd-set in asyncErik Faye-Lund
2010-01-21Merge branch 'jc/conflict-marker-size'Junio C Hamano