summaryrefslogtreecommitdiffstats
path: root/convert.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jb/required-filter'Junio C Hamano2012-02-281-4/+24
|\
| * Add a setting to require a filter to be successfulJehan Bing2012-02-171-4/+24
| * Merge branch 'jc/maint-lf-to-crlf-keep-crlf'Junio C Hamano2011-12-221-10/+50
| |\
* | \ Merge branch 'jk/maint-avoid-streaming-filtered-contents'Junio C Hamano2012-02-271-4/+25
|\ \ \
| * | | teach dry-run convert_to_git not to require a src bufferJeff King2012-02-241-2/+10
| * | | teach convert_to_git a "dry run" modeJeff King2012-02-241-2/+15
* | | | Ignore SIGPIPE when running a filter driverJehan Bing2012-02-211-0/+5
|/ / /
* | | Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maintJunio C Hamano2011-12-281-10/+50
|\ \ \ | |/ / |/| / | |/
| * lf_to_crlf_filter(): resurrect CRLF->CRLF hackJunio C Hamano2011-12-191-10/+50
* | Merge branch 'cn/maint-lf-to-crlf-filter' into maintJunio C Hamano2011-12-211-14/+40
|\|
| * lf_to_crlf_filter(): tell the caller we added "\n" when drainingJunio C Hamano2011-12-161-5/+7
| * convert: track state in LF-to-CRLF filterCarlos Martín Nieto2011-11-281-13/+37
* | convert.c: Fix return type of git_path_check_eol()Ramsay Jones2011-11-211-1/+1
* | convert: don't mix enum with intRamkumar Ramachandra2011-11-161-3/+3
|/
* Merge branch 'tr/maint-ident-to-git-memmove'Junio C Hamano2011-09-021-2/+2
|\
| * Use memmove in ident_to_gitThomas Rast2011-08-301-2/+2
* | Rename git_checkattr() to git_check_attr()Michael Haggerty2011-08-051-1/+1
* | streaming: filter cascadingJunio C Hamano2011-05-271-14/+112
* | streaming filter: ident filterJunio C Hamano2011-05-271-8/+169
* | Add LF-to-CRLF streaming conversionJunio C Hamano2011-05-271-0/+41
* | stream filter: add "no more input" to the filtersJunio C Hamano2011-05-271-1/+5
* | Add streaming filter APIJunio C Hamano2011-05-271-7/+77
* | convert: CRLF_INPUT is a no-op in the output codepathJunio C Hamano2011-05-211-1/+1
* | streaming_write_entry(): use streaming API in write_entry()Junio C Hamano2011-05-211-0/+23
|/
* convert: make it harder to screw up adding a conversion attributeJunio C Hamano2011-05-091-41/+38
* convert: make it safer to add conversion attributesJunio C Hamano2011-05-091-26/+22
* convert: give saner names to crlf/eol variables, types and functionsJunio C Hamano2011-05-091-30/+31
* convert: rename the "eol" global variable to "core_eol"Junio C Hamano2011-05-091-2/+2
* enums: omit trailing comma for portabilityJonathan Nieder2011-03-161-1/+1
* convert filter: supply path to external driverPete Wyckoff2010-12-221-1/+22
* Don't expand CRLFs when normalizing text during mergeEyvind Bernhardsen2010-07-031-7/+20
* Avoid conflicts when merging branches with mixed normalizationEyvind Bernhardsen2010-07-031-2/+14
* Merge branch 'eb/core-eol'Junio C Hamano2010-06-211-40/+110
|\
| * Add "core.eol" config variableEyvind Bernhardsen2010-06-071-24/+36
| * Rename the "crlf" attribute "text"Eyvind Bernhardsen2010-05-201-8/+15
| * Add per-repository eol normalizationEyvind Bernhardsen2010-05-201-33/+84
* | Merge branch 'fg/autocrlf'Junio C Hamano2010-06-211-0/+49
|\|
| * autocrlf: Make it work also for un-normalized repositoriesFinn Arne Gangstad2010-05-121-0/+49
* | Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+3
|\ \
| * | Rewrite dynamic structure initializations to runtime assignmentGary V. Vaughan2010-06-011-1/+3
* | | convert: Keep foreign $Id$ on checkout.Henrik Grubbström2010-04-111-2/+14
* | | convert: Safer handling of $Id$ contraction.Henrik Grubbström2010-04-111-0/+12
|/ /
* | Merge branch 'sp/maint-push-sideband' into sp/push-sidebandJunio C Hamano2010-02-061-2/+3
|\ \ | |/ |/|
| * run-command: support custom fd-set in asyncErik Faye-Lund2010-02-061-2/+3
* | Merge branch 'jc/conflict-marker-size'Junio C Hamano2010-01-211-3/+3
|\ \
| * | git_attr(): fix function signatureJunio C Hamano2010-01-171-3/+3
| |/
* / run-command: convert simple callsites to use_shellJeff King2010-01-061-1/+2
|/
* run_command: return exit code as positive valueJohannes Sixt2009-07-051-1/+1
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-2/+1
* Fixed text file auto-detection: treat EOF character 032 at the end of file as...Dmitry Kakurin2008-07-121-0/+4