1. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  2. f9dd4bf Fixed text file auto-detection: treat EOF character 032 at the end of file as printable by Dmitry Kakurin · 17 years ago
  3. cd8be6c convert.c: Use 'git_config_string' to get 'smudge' and 'clean' by Brian Hetro · 17 years ago
  4. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  5. 2ac4b4b Merge branch 'sp/safecrlf' by Junio C Hamano · 17 years ago
  6. a7269e5 convert.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  7. 21e5ad5 safecrlf: Add mechanism to warn about irreversible crlf conversions by Steffen Prohaska · 17 years ago
  8. 2862419 treat any file with NUL as binary by Dmitry Potapov · 17 years ago
  9. 546bb58 Use the asyncronous function infrastructure to run the content filter. by Johannes Sixt · 17 years ago
  10. 7683b6e Avoid a dup2(2) in apply_filter() - start_command() can do it for us. by Johannes Sixt · 17 years ago
  11. dc1bfdc Use start_command() to run content filters instead of explicit fork/exec. by Johannes Sixt · 17 years ago
  12. 90d16ec Fix in-place editing functions in convert.c by Pierre Habouzit · 17 years ago
  13. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  14. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  15. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  16. 5ecd293 Rewrite convert_to_{git,working_tree} to use strbuf's. by Pierre Habouzit · 17 years ago
  17. 89b4256 Remove unused function convert_sha1_file() by René Scharfe · 18 years ago
  18. c23290d Fix mishandling of $Id$ expanded in the repository copy in convert.c by Andy Parkins · 18 years ago
  19. 760f0c6 Fix crlf attribute handling to match documentation by Andy Parkins · 18 years ago
  20. 5e6cfc8 git-archive: convert archive entries like checkouts do by René Scharfe · 18 years ago
  21. af9b54b Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent with other VCSs by Andy Parkins · 18 years ago
  22. aa4ed40 Add 'filter' attribute and external filter driver definition. by Junio C Hamano · 18 years ago
  23. 3fed15f Add 'ident' conversion. by Junio C Hamano · 18 years ago
  24. 67e22ed Fix a typo in crlf conversion code by Alex Riesen · 18 years ago
  25. 6073ee8 convert.c: restructure the attribute checking part. by Junio C Hamano · 18 years ago
  26. ac78e54 Simplify calling of CR/LF conversion routines by Alex Riesen · 18 years ago
  27. 163b959 Update 'crlf' attribute semantics. by Junio C Hamano · 18 years ago
  28. a5e92ab Fix funny types used in attribute value representation by Junio C Hamano · 18 years ago
  29. 515106f Allow more than true/false to attributes. by Junio C Hamano · 18 years ago
  30. 201ac8e Fix 'crlf' attribute semantics. by Junio C Hamano · 18 years ago
  31. 35ebfd6 Define 'crlf' attribute. by Junio C Hamano · 18 years ago
  32. d7f4633 Make AutoCRLF ternary variable. by Linus Torvalds · 18 years ago
  33. 6c510be Lazy man's auto-CRLF by Linus Torvalds · 18 years ago