summaryrefslogtreecommitdiff
path: root/convert.c
AgeCommit message (Expand)Author
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
2010-01-17git_attr(): fix function signatureJunio C Hamano
2010-01-06run-command: convert simple callsites to use_shellJeff King
2009-07-05run_command: return exit code as positive valueJohannes Sixt
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-07-12Fixed text file auto-detection: treat EOF character 032 at the end of file as...Dmitry Kakurin
2008-07-06convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-11convert.c: guard config parser from value=NULLJunio C Hamano
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-01-16treat any file with NUL as binaryDmitry Potapov
2007-10-21Use the asyncronous function infrastructure to run the content filter.Johannes Sixt
2007-10-21Avoid a dup2(2) in apply_filter() - start_command() can do it for us.Johannes Sixt
2007-10-21Use start_command() to run content filters instead of explicit fork/exec.Johannes Sixt
2007-10-16Fix in-place editing functions in convert.cPierre Habouzit
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit
2007-09-19Use xmemdupz() in many places.Pierre Habouzit
2007-09-17Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit
2007-09-17Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit
2007-09-03Remove unused function convert_sha1_file()René Scharfe
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins
2007-05-19Fix crlf attribute handling to match documentationAndy Parkins
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe
2007-05-15Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...Andy Parkins
2007-04-25Add 'filter' attribute and external filter driver definition.Junio C Hamano
2007-04-25Add 'ident' conversion.Junio C Hamano
2007-04-22Fix a typo in crlf conversion codeAlex Riesen
2007-04-21convert.c: restructure the attribute checking part.Junio C Hamano
2007-04-21Simplify calling of CR/LF conversion routinesAlex Riesen
2007-04-20Update 'crlf' attribute semantics.Junio C Hamano
2007-04-18Fix funny types used in attribute value representationJunio C Hamano
2007-04-17Allow more than true/false to attributes.Junio C Hamano
2007-04-15Fix 'crlf' attribute semantics.Junio C Hamano
2007-04-14Define 'crlf' attribute.Junio C Hamano
2007-02-14Make AutoCRLF ternary variable.Linus Torvalds