summaryrefslogtreecommitdiff
path: root/convert.c
Commit message (Expand)AuthorAgeFilesLines
* treat any file with NUL as binaryDmitry Potapov2008-01-161-2/+7
* Use the asyncronous function infrastructure to run the content filter.Johannes Sixt2007-10-211-33/+28
* Avoid a dup2(2) in apply_filter() - start_command() can do it for us.Johannes Sixt2007-10-211-4/+3
* Use start_command() to run content filters instead of explicit fork/exec.Johannes Sixt2007-10-211-23/+7
* Fix in-place editing functions in convert.cPierre Habouzit2007-10-151-7/+10
* strbuf change: be sure ->buf is never ever NULL.Pierre Habouzit2007-09-291-2/+2
* Use xmemdupz() in many places.Pierre Habouzit2007-09-181-6/+1
* Now that cache.h needs strbuf.h, remove useless includes.Pierre Habouzit2007-09-161-1/+0
* Rewrite convert_to_{git,working_tree} to use strbuf's.Pierre Habouzit2007-09-161-243/+171
* Remove unused function convert_sha1_file()René Scharfe2007-09-031-15/+0
* Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins2007-05-261-2/+37
* Fix crlf attribute handling to match documentationAndy Parkins2007-05-181-2/+2
* git-archive: convert archive entries like checkouts doRené Scharfe2007-05-181-0/+15
* Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...Andy Parkins2007-05-141-22/+22
* Add 'filter' attribute and external filter driver definition.Junio C Hamano2007-04-241-3/+234
* Add 'ident' conversion.Junio C Hamano2007-04-241-10/+184
* Fix a typo in crlf conversion codeAlex Riesen2007-04-221-5/+5
* convert.c: restructure the attribute checking part.Junio C Hamano2007-04-211-20/+28
* Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-201-36/+35
* Update 'crlf' attribute semantics.Junio C Hamano2007-04-191-49/+26
* Fix funny types used in attribute value representationJunio C Hamano2007-04-181-1/+1
* Allow more than true/false to attributes.Junio C Hamano2007-04-171-3/+13
* Fix 'crlf' attribute semantics.Junio C Hamano2007-04-151-44/+78
* Define 'crlf' attribute.Junio C Hamano2007-04-141-7/+42
* Make AutoCRLF ternary variable.Linus Torvalds2007-02-141-1/+1
* Lazy man's auto-CRLFLinus Torvalds2007-02-141-0/+186