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