aboutsummaryrefslogtreecommitdiffstats
path: root/convert.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-19Rename the "crlf" attribute "text"Eyvind Bernhardsen1-8/+15
2010-05-19Add per-repository eol normalizationEyvind Bernhardsen1-33/+84
2010-05-11autocrlf: Make it work also for un-normalized repositoriesFinn Arne Gangstad1-0/+49
2010-04-10convert: Keep foreign $Id$ on checkout.Henrik Grubbström1-2/+14
2010-04-10convert: Safer handling of $Id$ contraction.Henrik Grubbström1-0/+12
2010-02-05Merge branch 'sp/maint-push-sideband' into sp/push-sidebandJunio C Hamano1-2/+3
2010-02-05run-command: support custom fd-set in asyncErik Faye-Lund1-2/+3
2010-01-20Merge branch 'jc/conflict-marker-size'Junio C Hamano1-3/+3
2010-01-16git_attr(): fix function signatureJunio C Hamano1-3/+3
2010-01-05run-command: convert simple callsites to use_shellJeff King1-1/+2
2009-07-05run_command: return exit code as positive valueJohannes Sixt1-1/+1
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey1-2/+1
2008-07-11Fixed text file auto-detection: treat EOF character 032 at the end of file as...Dmitry Kakurin1-0/+4
2008-07-05convert.c: Use 'git_config_string' to get 'smudge' and 'clean'Brian Hetro1-16/+9
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-02-16Merge branch 'sp/safecrlf'Junio C Hamano1-6/+41
2008-02-11convert.c: guard config parser from value=NULLJunio C Hamano1-2/+2
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska1-6/+41
2008-01-16treat any file with NUL as binaryDmitry Potapov1-2/+7
2007-10-21Use the asyncronous function infrastructure to run the content filter.Johannes Sixt1-33/+28
2007-10-21Avoid a dup2(2) in apply_filter() - start_command() can do it for us.Johannes Sixt1-4/+3
2007-10-21Use start_command() to run content filters instead of explicit fork/exec.Johannes Sixt1-23/+7
2007-10-15Fix in-place editing functions in convert.cPierre Habouzit1-7/+10
2007-09-29strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit1-2/+2
2007-09-18Use xmemdupz() in many places.Pierre Habouzit1-6/+1
2007-09-16Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit1-1/+0
2007-09-16Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit1-243/+171
2007-09-03Remove unused function convert_sha1_file()René Scharfe1-15/+0
2007-05-26Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins1-2/+37
2007-05-18Fix crlf attribute handling to match documentationAndy Parkins1-2/+2
2007-05-18git-archive: convert archive entries like checkouts doRené Scharfe1-0/+15
2007-05-14Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...Andy Parkins1-22/+22
2007-04-24Add 'filter' attribute and external filter driver definition.Junio C Hamano1-3/+234
2007-04-24Add 'ident' conversion.Junio C Hamano1-10/+184
2007-04-22Fix a typo in crlf conversion codeAlex Riesen1-5/+5
2007-04-21convert.c: restructure the attribute checking part.Junio C Hamano1-20/+28
2007-04-20Simplify calling of CR/LF conversion routinesAlex Riesen1-36/+35
2007-04-19Update 'crlf' attribute semantics.Junio C Hamano1-49/+26
2007-04-18Fix funny types used in attribute value representationJunio C Hamano1-1/+1
2007-04-17Allow more than true/false to attributes.Junio C Hamano1-3/+13
2007-04-15Fix 'crlf' attribute semantics.Junio C Hamano1-44/+78
2007-04-14Define 'crlf' attribute.Junio C Hamano1-7/+42
2007-02-14Make AutoCRLF ternary variable.Linus Torvalds1-1/+1
2007-02-14Lazy man's auto-CRLFLinus Torvalds1-0/+186