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