aboutsummaryrefslogtreecommitdiff
path: root/convert.c
Commit message (Expand)AuthorAge
* 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
|\ \
| * | git_attr(): fix function signatureJunio C Hamano2010-01-16
| |/
* | run-command: convert simple callsites to use_shellJeff King2010-01-05
|/
* run_command: return exit code as positive valueJohannes Sixt2009-07-05
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* Fixed text file auto-detection: treat EOF character 032 at the end of file as...Dmitry Kakurin2008-07-11
* convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro2008-07-05
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Merge branch 'sp/safecrlf'Junio C Hamano2008-02-16
|\
| * safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-06
* | convert.c: guard config parser from value=NULLJunio C Hamano2008-02-11
|/
* treat any file with NUL as binaryDmitry Potapov2008-01-16
* Use the asyncronous function infrastructure to run the content filter.Johannes Sixt2007-10-21
* Avoid a dup2(2) in apply_filter() - start_command() can do it for us.Johannes Sixt2007-10-21
* Use start_command() to run content filters instead of explicit fork/exec.Johannes Sixt2007-10-21
* Fix in-place editing functions in convert.cPierre Habouzit2007-10-15
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-29
* Use xmemdupz() in many places.Pierre Habouzit2007-09-18
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-16
* Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-16