1. 524ee67 Merge branch 'jb/required-filter' by Junio C Hamano · 13 years ago
  2. 31e3d83 Merge branch 'jk/maint-avoid-streaming-filtered-contents' by Junio C Hamano · 13 years ago
  3. 4c3b57b teach dry-run convert_to_git not to require a src buffer by Jeff King · 13 years ago
  4. 92ac319 teach convert_to_git a "dry run" mode by Jeff King · 13 years ago
  5. 6424c2a Ignore SIGPIPE when running a filter driver by Jehan Bing · 13 years ago
  6. 36daaac Add a setting to require a filter to be successful by Jehan Bing · 13 years ago
  7. 23838b8 Merge branch 'jc/maint-lf-to-crlf-keep-crlf' into maint by Junio C Hamano · 13 years ago
  8. 339aff0 Merge branch 'jc/maint-lf-to-crlf-keep-crlf' by Junio C Hamano · 13 years ago
  9. 3bb8d69 Merge branch 'cn/maint-lf-to-crlf-filter' into maint by Junio C Hamano · 13 years ago
  10. 8496f56 lf_to_crlf_filter(): resurrect CRLF->CRLF hack by Junio C Hamano · 13 years ago
  11. 87afe9a lf_to_crlf_filter(): tell the caller we added "\n" when draining by Junio C Hamano · 13 years ago
  12. 284e3d2 convert: track state in LF-to-CRLF filter by Carlos Martín Nieto · 13 years ago
  13. ef563de convert.c: Fix return type of git_path_check_eol() by Ramsay Jones · 13 years ago
  14. 7356b51 convert: don't mix enum with int by Ramkumar Ramachandra · 13 years ago
  15. 8a72864 Merge branch 'tr/maint-ident-to-git-memmove' by Junio C Hamano · 14 years ago
  16. 7732118 Use memmove in ident_to_git by Thomas Rast · 14 years ago
  17. d932f4e Rename git_checkattr() to git_check_attr() by Michael Haggerty · 14 years ago
  18. a265a7f streaming: filter cascading by Junio C Hamano · 14 years ago
  19. b84c7839 streaming filter: ident filter by Junio C Hamano · 14 years ago
  20. e322ee3 Add LF-to-CRLF streaming conversion by Junio C Hamano · 14 years ago
  21. 4ae6670 stream filter: add "no more input" to the filters by Junio C Hamano · 14 years ago
  22. b669109 Add streaming filter API by Junio C Hamano · 14 years ago
  23. b0d9c69 convert: CRLF_INPUT is a no-op in the output codepath by Junio C Hamano · 14 years ago
  24. dd8e912 streaming_write_entry(): use streaming API in write_entry() by Junio C Hamano · 14 years ago
  25. 3bfba20 convert: make it harder to screw up adding a conversion attribute by Junio C Hamano · 14 years ago
  26. 8329596 convert: make it safer to add conversion attributes by Junio C Hamano · 14 years ago
  27. c61dcff convert: give saner names to crlf/eol variables, types and functions by Junio C Hamano · 14 years ago
  28. ec70f52 convert: rename the "eol" global variable to "core_eol" by Junio C Hamano · 14 years ago
  29. c9b6782 enums: omit trailing comma for portability by Jonathan Nieder · 14 years ago
  30. a2b665d convert filter: supply path to external driver by Pete Wyckoff · 14 years ago
  31. 43dd233 Don't expand CRLFs when normalizing text during merge by Eyvind Bernhardsen · 15 years ago
  32. f217f0e Avoid conflicts when merging branches with mixed normalization by Eyvind Bernhardsen · 15 years ago
  33. d5cff17 Merge branch 'eb/core-eol' by Junio C Hamano · 15 years ago
  34. d249515 Merge branch 'fg/autocrlf' by Junio C Hamano · 15 years ago
  35. 8d676d8 Merge branch 'gv/portable' by Junio C Hamano · 15 years ago
  36. 942e774 Add "core.eol" config variable by Eyvind Bernhardsen · 15 years ago
  37. 66dbfd5 Rewrite dynamic structure initializations to runtime assignment by Gary V. Vaughan · 15 years ago
  38. 5ec3e67 Rename the "crlf" attribute "text" by Eyvind Bernhardsen · 15 years ago
  39. fd6cce9 Add per-repository eol normalization by Eyvind Bernhardsen · 15 years ago
  40. c480539 autocrlf: Make it work also for un-normalized repositories by Finn Arne Gangstad · 15 years ago
  41. 07814d9 convert: Keep foreign $Id$ on checkout. by Henrik Grubbström · 15 years ago
  42. a9f3049 convert: Safer handling of $Id$ contraction. by Henrik Grubbström · 15 years ago
  43. 76d44c8 Merge branch 'sp/maint-push-sideband' into sp/push-sideband by Junio C Hamano · 15 years ago
  44. ae6a560 run-command: support custom fd-set in async by Erik Faye-Lund · 15 years ago
  45. 06dbc1e Merge branch 'jc/conflict-marker-size' by Junio C Hamano · 15 years ago
  46. 7fb0eaa git_attr(): fix function signature by Junio C Hamano · 15 years ago
  47. ac0ba18 run-command: convert simple callsites to use_shell by Jeff King · 15 years ago
  48. 5709e03 run_command: return exit code as positive value by Johannes Sixt · 16 years ago
  49. f285a2d Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer by Brandon Casey · 16 years ago
  50. f9dd4bf Fixed text file auto-detection: treat EOF character 032 at the end of file as printable by Dmitry Kakurin · 17 years ago
  51. cd8be6c convert.c: Use 'git_config_string' to get 'smudge' and 'clean' by Brian Hetro · 17 years ago
  52. ef90d6d Provide git_config with a callback-data parameter by Johannes Schindelin · 17 years ago
  53. 2ac4b4b Merge branch 'sp/safecrlf' by Junio C Hamano · 17 years ago
  54. a7269e5 convert.c: guard config parser from value=NULL by Junio C Hamano · 17 years ago
  55. 21e5ad5 safecrlf: Add mechanism to warn about irreversible crlf conversions by Steffen Prohaska · 17 years ago
  56. 2862419 treat any file with NUL as binary by Dmitry Potapov · 17 years ago
  57. 546bb58 Use the asyncronous function infrastructure to run the content filter. by Johannes Sixt · 17 years ago
  58. 7683b6e Avoid a dup2(2) in apply_filter() - start_command() can do it for us. by Johannes Sixt · 17 years ago
  59. dc1bfdc Use start_command() to run content filters instead of explicit fork/exec. by Johannes Sixt · 17 years ago
  60. 90d16ec Fix in-place editing functions in convert.c by Pierre Habouzit · 17 years ago
  61. b315c5c strbuf change: be sure ->buf is never ever NULL. by Pierre Habouzit · 17 years ago
  62. 182af83 Use xmemdupz() in many places. by Pierre Habouzit · 17 years ago
  63. ba3ed09 Now that cache.h needs strbuf.h, remove useless includes. by Pierre Habouzit · 17 years ago
  64. 5ecd293 Rewrite convert_to_{git,working_tree} to use strbuf's. by Pierre Habouzit · 17 years ago
  65. 89b4256 Remove unused function convert_sha1_file() by René Scharfe · 18 years ago
  66. c23290d Fix mishandling of $Id$ expanded in the repository copy in convert.c by Andy Parkins · 18 years ago
  67. 760f0c6 Fix crlf attribute handling to match documentation by Andy Parkins · 18 years ago
  68. 5e6cfc8 git-archive: convert archive entries like checkouts do by René Scharfe · 18 years ago
  69. af9b54b Use $Id$ as the ident attribute keyword rather than $ident$ to be consistent with other VCSs by Andy Parkins · 18 years ago
  70. aa4ed40 Add 'filter' attribute and external filter driver definition. by Junio C Hamano · 18 years ago
  71. 3fed15f Add 'ident' conversion. by Junio C Hamano · 18 years ago
  72. 67e22ed Fix a typo in crlf conversion code by Alex Riesen · 18 years ago
  73. 6073ee8 convert.c: restructure the attribute checking part. by Junio C Hamano · 18 years ago
  74. ac78e54 Simplify calling of CR/LF conversion routines by Alex Riesen · 18 years ago
  75. 163b959 Update 'crlf' attribute semantics. by Junio C Hamano · 18 years ago
  76. a5e92ab Fix funny types used in attribute value representation by Junio C Hamano · 18 years ago
  77. 515106f Allow more than true/false to attributes. by Junio C Hamano · 18 years ago
  78. 201ac8e Fix 'crlf' attribute semantics. by Junio C Hamano · 18 years ago
  79. 35ebfd6 Define 'crlf' attribute. by Junio C Hamano · 18 years ago
  80. d7f4633 Make AutoCRLF ternary variable. by Linus Torvalds · 18 years ago
  81. 6c510be Lazy man's auto-CRLF by Linus Torvalds · 18 years ago