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