aboutsummaryrefslogtreecommitdiff
path: root/convert.c
Commit message (Expand)AuthorAge
* 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
* Remove unused function convert_sha1_file()René Scharfe2007-09-03
* Fix mishandling of $Id$ expanded in the repository copy in convert.cAndy Parkins2007-05-26
* Fix crlf attribute handling to match documentationAndy Parkins2007-05-18
* git-archive: convert archive entries like checkouts doRené Scharfe2007-05-18
* Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent ...Andy Parkins2007-05-14
* Add 'filter' attribute and external filter driver definition.Junio C Hamano2007-04-24
* Add 'ident' conversion.Junio C Hamano2007-04-24
* Fix a typo in crlf conversion codeAlex Riesen2007-04-22
* convert.c: restructure the attribute checking part.Junio C Hamano2007-04-21
* Simplify calling of CR/LF conversion routinesAlex Riesen2007-04-20
* Update 'crlf' attribute semantics.Junio C Hamano2007-04-19
* Fix funny types used in attribute value representationJunio C Hamano2007-04-18
* Allow more than true/false to attributes.Junio C Hamano2007-04-17
* Fix 'crlf' attribute semantics.Junio C Hamano2007-04-15
* Define 'crlf' attribute.Junio C Hamano2007-04-14
* Make AutoCRLF ternary variable.Linus Torvalds2007-02-14
* Lazy man's auto-CRLFLinus Torvalds2007-02-14