32 Commits (445cac18c015809a7fcb4a570d3c6571b1ddaf7d)

Author SHA1 Message Date
Dmitry Kakurin f9dd4bf4e5 Fixed text file auto-detection: treat EOF character 032 at the end of file as printable 17 years ago
Brian Hetro cd8be6c9b6 convert.c: Use 'git_config_string' to get 'smudge' and 'clean' 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Junio C Hamano a7269e5cb7 convert.c: guard config parser from value=NULL 17 years ago
Steffen Prohaska 21e5ad50fc safecrlf: Add mechanism to warn about irreversible crlf conversions 17 years ago
Dmitry Potapov 28624193b2 treat any file with NUL as binary 17 years ago
Johannes Sixt 546bb58232 Use the asyncronous function infrastructure to run the content filter. 17 years ago
Johannes Sixt 7683b6e81f Avoid a dup2(2) in apply_filter() - start_command() can do it for us. 17 years ago
Johannes Sixt dc1bfdcd1a Use start_command() to run content filters instead of explicit fork/exec. 17 years ago
Pierre Habouzit 90d16ec032 Fix in-place editing functions in convert.c 17 years ago
Pierre Habouzit b315c5c081 strbuf change: be sure ->buf is never ever NULL. 17 years ago
Pierre Habouzit 182af8343c Use xmemdupz() in many places. 17 years ago
Pierre Habouzit ba3ed09728 Now that cache.h needs strbuf.h, remove useless includes. 17 years ago
Pierre Habouzit 5ecd293d14 Rewrite convert_to_{git,working_tree} to use strbuf's. 17 years ago
René Scharfe 89b4256cfb Remove unused function convert_sha1_file() 17 years ago
Andy Parkins c23290d528 Fix mishandling of $Id$ expanded in the repository copy in convert.c 18 years ago
Andy Parkins 760f0c62ef Fix crlf attribute handling to match documentation 18 years ago
René Scharfe 5e6cfc80e2 git-archive: convert archive entries like checkouts do 18 years ago
Andy Parkins af9b54bb2c Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent with other VCSs 18 years ago
Junio C Hamano aa4ed402c9 Add 'filter' attribute and external filter driver definition. 18 years ago
Junio C Hamano 3fed15f568 Add 'ident' conversion. 18 years ago
Alex Riesen 67e22ed58f Fix a typo in crlf conversion code 18 years ago
Junio C Hamano 6073ee8571 convert.c: restructure the attribute checking part. 18 years ago
Alex Riesen ac78e54804 Simplify calling of CR/LF conversion routines 18 years ago
Junio C Hamano 163b959194 Update 'crlf' attribute semantics. 18 years ago
Junio C Hamano a5e92abde6 Fix funny types used in attribute value representation 18 years ago
Junio C Hamano 515106fa13 Allow more than true/false to attributes. 18 years ago
Junio C Hamano 201ac8efc7 Fix 'crlf' attribute semantics. 18 years ago
Junio C Hamano 35ebfd6a0c Define 'crlf' attribute. 18 years ago
Linus Torvalds d7f4633405 Make AutoCRLF ternary variable. 18 years ago
Linus Torvalds 6c510bee20 Lazy man's auto-CRLF 18 years ago