1. 185e865 convert: drop unused crlf_action from check_global_conv_flags_eol() by Jeff King · 4 years, 6 months ago
  2. afbdba3 run_command: teach API users to use embedded 'args' more by Junio C Hamano · 4 years, 7 months ago
  3. f5914f4 parse_config_key(): return subsection len as size_t by Jeff King · 5 years ago
  4. c397aac convert: provide additional metadata to filters by brian m. carlson · 5 years ago
  5. ab90eca convert: permit passing additional metadata to filter processes by brian m. carlson · 5 years ago
  6. 78e67cd Merge branch 'mt/use-passed-repo-more-in-funcs' by Junio C Hamano · 5 years ago
  7. a3dcf84 Merge branch 'js/convert-typofix' by Junio C Hamano · 5 years ago
  8. 2b0f19f convert: fix typo by Johannes Schindelin · 5 years ago
  9. 2dcde20 sha1-file: pass git_hash_algo to hash_object_file() by Matheus Tavares · 5 years ago
  10. d2489ce Merge branch 'rs/skip-iprefix' by Junio C Hamano · 5 years ago
  11. ed28358 convert: use skip_iprefix() in validate_encoding() by René Scharfe · 5 years ago
  12. 15beaaa Fix spelling errors in code comments by Elijah Newren · 5 years ago
  13. d17f549 Merge branch 'rs/convert-fix-utf-without-dash' by Junio C Hamano · 5 years ago
  14. b181676 convert: fix handling of dashless UTF prefix in validate_encoding() by René Scharfe · 5 years ago
  15. 2c65d90 am: reload .gitattributes after patching it by brian m. carlson · 6 years ago
  16. 1828e52 Merge branch 'jh/resize-convert-scratch-buffer' by Junio C Hamano · 6 years ago
  17. 02156ab convert: avoid malloc of original file size by Joey Hess · 6 years ago
  18. b2fc9d2 Merge branch 'jk/unused-parameter-cleanup' by Junio C Hamano · 6 years ago
  19. 7589e63 Merge branch 'nd/the-index-final' by Junio C Hamano · 6 years ago
  20. 55ad152 convert: drop path parameter from actual conversion functions by Jeff King · 6 years ago
  21. 129beee convert: drop len parameter from conversion checks by Jeff King · 6 years ago
  22. f8adbec cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch by Nguyễn Thái Ngọc Duy · 6 years ago
  23. 3434569 Merge branch 'nd/style-opening-brace' by Junio C Hamano · 6 years ago
  24. 3b33576 style: the opening '{' of a function is in a separate line by Nguyễn Thái Ngọc Duy · 6 years ago
  25. ec36c42 Indent code with TABs by Nguyễn Thái Ngọc Duy · 6 years ago
  26. d64324c Make git_check_attr() a void function by Torsten Bögershausen · 7 years ago
  27. dc0f6f9 Merge branch 'nd/no-the-index' by Junio C Hamano · 7 years ago
  28. 7d020f5 Merge branch 'jk/size-t' by Junio C Hamano · 7 years ago
  29. 4bea848 Merge branch 'nd/i18n' by Junio C Hamano · 7 years ago
  30. 7f944e2 convert.c: remove an implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  31. 7a400a2 attr: remove an implicit dependency on the_index by Nguyễn Thái Ngọc Duy · 7 years ago
  32. 00da9b2 Merge branch 'bb/pedantic' by Junio C Hamano · 7 years ago
  33. c7d017d reencode_string: use size_t for string lengths by Jeff King · 7 years ago
  34. d26a328 convert.c: mark more strings for translation by Nguyễn Thái Ngọc Duy · 7 years ago
  35. 1a07e59 Update messages in preparation for i18n by Nguyễn Thái Ngọc Duy · 7 years ago
  36. 00624d6 Merge branch 'sb/object-store-grafts' by Junio C Hamano · 7 years ago
  37. 8302f50 convert.c: replace "\e" escapes with "\033". by Beat Bolli · 7 years ago
  38. cbd53a2 object-store: move object access functions to object-store.h by Stefan Beller · 7 years ago
  39. 1ac0ce4 Merge branch 'ls/checkout-encoding' by Junio C Hamano · 7 years ago
  40. e92d622 convert: add round trip check based on 'core.checkRoundtripEncoding' by Lars Schneider · 7 years ago
  41. 541d059 convert: add tracing for 'working-tree-encoding' attribute by Lars Schneider · 7 years ago
  42. 7a17918 convert: check for detectable errors in UTF encodings by Lars Schneider · 7 years ago
  43. 107642f convert: add 'working-tree-encoding' attribute by Lars Schneider · 7 years ago
  44. 1a75044 convert: convert to struct object_id by brian m. carlson · 7 years ago
  45. 8be8342 Merge branch 'po/object-id' by Junio C Hamano · 7 years ago
  46. f070fac sha1_file: convert hash_sha1_file to object_id by Patryk Obara · 7 years ago
  47. 8462ff4 convert_to_git(): safe_crlf/checksafe becomes int conv_flags by Torsten Bögershausen · 7 years ago
  48. 720b176 Merge branch 'tb/check-crlf-for-safe-crlf' by Junio C Hamano · 7 years ago
  49. 86ff70a convert: tighten the safe autocrlf handling by Torsten Bögershausen · 7 years ago
  50. dd3bfe4 Merge branch 'ma/ts-cleanups' into maint by Junio C Hamano · 7 years ago
  51. 1cf01a3 consistently use "fallthrough" comments in switches by Jeff King · 8 years ago
  52. d811ba1 Merge branch 'rs/strbuf-leakfix' by Junio C Hamano · 8 years ago
  53. a48ce37 Merge branch 'ma/ts-cleanups' by Junio C Hamano · 8 years ago
  54. 648a50a Merge branch 'tb/apply-with-crlf' into maint by Junio C Hamano · 8 years ago
  55. f31f1d3 convert: release strbuf on error return in filter_buffer_or_fd() by Rene Scharfe · 8 years ago
  56. a17483f Merge branch 'tb/apply-with-crlf' by Junio C Hamano · 8 years ago
  57. 5c94c93 convert: always initialize attr_action in convert_attrs by Martin Ågren · 8 years ago
  58. 2fea9de convert: add SAFE_CRLF_KEEP_CRLF by Torsten Bögershausen · 8 years ago
  59. 9a8ff89 Merge branch 'jt/subprocess-handshake' by Junio C Hamano · 8 years ago
  60. 55c965f Merge branch 'sb/hashmap-cleanup' by Junio C Hamano · 8 years ago
  61. 51b8aec Merge branch 'ls/filter-process-delayed' by Junio C Hamano · 8 years ago
  62. fa64a2f sub-process: refactor handshake to common function by Jonathan Tan · 8 years ago
  63. 487fe1f Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshake by Junio C Hamano · 8 years ago
  64. 9ab4295 convert/sub-process: drop cast to hashmap_cmp_fn by Stefan Beller · 8 years ago
  65. 2841e8f convert: add "status=delayed" to filter process protocol by Lars Schneider · 8 years ago
  66. 1514c8e convert: refactor capabilities negotiation by Lars Schneider · 8 years ago
  67. 7663cdc hashmap.h: compare function has access to a data field by Stefan Beller · 8 years ago
  68. 9364fc2 convert: move multiple file filter error handling to separate function by Lars Schneider · 8 years ago
  69. 42b0a86 convert: put the flags field before the flag itself for consistent style by Lars Schneider · 8 years ago
  70. f31d23a Merge branch 'bw/config-h' by Junio C Hamano · 8 years ago
  71. b2141fc config: don't include config.h by default by Brandon Williams · 8 years ago
  72. a33e0b2 convert: convert renormalize_buffer to take an index by Brandon Williams · 8 years ago
  73. 82b474e convert: convert convert_to_git to take an index by Brandon Williams · 8 years ago
  74. d6c41c2 convert: convert convert_to_git_filter_fd to take an index by Brandon Williams · 8 years ago
  75. 49a6d31 convert: convert crlf_to_git to take an index by Brandon Williams · 8 years ago
  76. a7609c5 convert: convert get_cached_convert_stats_ascii to take an index by Brandon Williams · 8 years ago
  77. 4f2a2e9 convert: update subprocess_read_status() to not die on EOF by Ben Peart · 8 years ago
  78. 99605d6 sub-process: move sub-process functions into separate files by Ben Peart · 8 years ago
  79. f514d7d convert: rename reusable sub-process functions by Ben Peart · 8 years ago
  80. 7ddb9b2 convert: update generic functions to only use generic data structures by Ben Peart · 8 years ago
  81. 1b0b46e convert: separate generic structures and variables from the filter specific ones by Ben Peart · 8 years ago
  82. a810ea9 convert: split start_multi_file_filter() into two separate functions by Ben Peart · 8 years ago
  83. c0c70f7 convert: move packet_write_line() into pkt-line as packet_writel() by Ben Peart · 8 years ago
  84. 070e5f7 convert: remove erroneous tests for errno == EPIPE by Ben Peart · 8 years ago
  85. 2aef63d attr: convert git_check_attrs() callers to use the new API by Junio C Hamano · 8 years ago
  86. 7bd1805 attr: rename function and struct related to checking attributes by Junio C Hamano · 8 years ago
  87. 1749053 Merge branch 'jc/renormalize-merge-kill-safer-crlf' by Junio C Hamano · 8 years ago
  88. 1c25d2d convert: git cherry-pick -Xrenormalize did not work by Torsten Bögershausen · 8 years ago
  89. dbaa6bd Merge branch 'ls/filter-process' by Junio C Hamano · 8 years ago
  90. 87cb784 i18n: convert mark error messages for translation by Vasco Almeida · 8 years ago
  91. edcc858 convert: add filter.<driver>.process option by Lars Schneider · 8 years ago
  92. 234fa07 convert: prepare filter.<driver>.process option by Lars Schneider · 8 years ago
  93. b84be55 convert: make apply_filter() adhere to standard Git error handling by Lars Schneider · 8 years ago
  94. 255f04d convert: quote filter names in error messages by Lars Schneider · 8 years ago
  95. a0ad53c convert: Correct NNO tests and missing `LF will be replaced by CRLF` by Torsten Bögershausen · 9 years ago
  96. 6523728 convert: unify the "auto" handling of CRLF by Torsten Bögershausen · 9 years ago
  97. caa47ad convert.c: ident + core.autocrlf didn't work by Torsten Bögershausen · 9 years ago
  98. c6b94eb Merge branch 'tb/conversion' by Junio C Hamano · 9 years ago
  99. 817a0c7 convert.c: correct attr_action() by Torsten Bögershausen · 9 years ago
  100. 6e336a5 convert.c: simplify text_stat by Torsten Bögershausen · 9 years ago