🌐 AI搜索 & 代理 主页
Git 2.1.1
  1. 334d40e Merge branch 'tb/unicode-6.3-zero-width' by Junio C Hamano · 12 years ago
  2. 9c94389 utf8: make it easier to auto-update git_wcwidth() by Torsten Bögershausen · 12 years ago
  3. 0846034 utf8.c: use a table for double_width by Torsten Bögershausen · 12 years ago
  4. 9fd911a Merge branch 'tb/unicode-6.3-zero-width' by Junio C Hamano · 12 years ago
  5. d813ab9 utf8.c: partially update to version 6.3 by Torsten Bögershausen · 12 years ago
  6. a68a67d utf8: use correct type for values in interval table by John Keeping · 12 years ago
  7. df5213b utf8: fix iconv error detection by John Keeping · 12 years ago
  8. 980419b pretty: Fix bug in truncation support for %>, %< and %>< by Ramsay Jones · 13 years ago
  9. 1640632 pretty: support %>> that steal trailing spaces by Nguyễn Thái Ngọc Duy · 13 years ago
  10. a7f01c6 pretty: support truncating in %>, %< and %>< by Nguyễn Thái Ngọc Duy · 13 years ago
  11. b782bba utf8.c: add reencode_string_len() that can handle NULs in string by Nguyễn Thái Ngọc Duy · 13 years ago
  12. 2bc1e7e utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences by Nguyễn Thái Ngọc Duy · 13 years ago
  13. 4247fe7 utf8.c: move display_mode_esc_sequence_len() for use by other functions by Nguyễn Thái Ngọc Duy · 13 years ago
  14. 573f1a9 Merge branch 'ks/rfc2047-one-char-at-a-time' by Junio C Hamano · 13 years ago
  15. 31b12a1 Merge branch 'jk/utf-8-can-be-spelled-differently' by Junio C Hamano · 13 years ago
  16. 6cd3c05 format-patch: RFC 2047 says multi-octet character may not be split by Kirill Smelkov · 13 years ago
  17. 5c680be utf8: accept alternate spellings of UTF-8 by Jeff King · 13 years ago
  18. 3cc3cf9 Merge branch 'jx/utf8-printf-width' by Junio C Hamano · 13 years ago
  19. c082196 Add utf8_fprintf helper that returns correct number of columns by Jiang Xin · 13 years ago
  20. 71288e1 Merge branch 'sp/shortlog-missing-lf' by Junio C Hamano · 13 years ago
  21. e0db176 strbuf_add_wrapped*(): Remove unused return value by Steffen Prohaska · 13 years ago
  22. fff26a6 Merge branch 'jc/same-encoding' into maint by Junio C Hamano · 13 years ago
  23. fd778c0 Merge branch 'js/format-2047' into maint by Junio C Hamano · 13 years ago
  24. 6b87312 Merge branch 'jc/same-encoding' by Junio C Hamano · 13 years ago
  25. 64b22a5 Merge branch 'js/format-2047' by Jeff King · 13 years ago
  26. 0e18bcd reencode_string(): introduce and use same_encoding() by Junio C Hamano · 13 years ago
  27. 14e1a4e utf8: fix off-by-one wrapping of text by Jan H. Schönherr · 13 years ago
  28. 76759c7 git on Mac OS and precomposed unicode by Torsten Bögershausen · 13 years ago
  29. 98acc83 strbuf: add fixed-length version of add_wrapped_text by Jeff King · 15 years ago
  30. 32ae5b3 Merge branch 'rs/optim-text-wrap' by Junio C Hamano · 16 years ago
  31. 462749b utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text() by René Scharfe · 16 years ago
  32. 68ad5e1 utf8.c: remove strbuf_write() by René Scharfe · 16 years ago
  33. 3c0ff44 utf8.c: remove print_spaces() by René Scharfe · 16 years ago
  34. bb96a2c utf8.c: remove print_wrapped_text() by René Scharfe · 16 years ago
  35. 5e133b8 utf8.c: mark file-local function static by Junio C Hamano · 16 years ago
  36. 8a3c63e strbuf_add_wrapped_text(): skip over colour codes by René Scharfe · 16 years ago
  37. 37bb5d7 strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() by René Scharfe · 16 years ago
  38. 00d3947 Teach --wrap to only indent without wrapping by Junio C Hamano · 16 years ago
  39. a94410c Add strbuf_add_wrapped_text() to utf8.[ch] by Johannes Schindelin · 16 years ago
  40. ae0b270 print_wrapped_text(): allow hard newlines by Johannes Schindelin · 16 years ago
  41. 309dbc8 On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec by Brandon Casey · 17 years ago
  42. 8a9391e utf8: add utf8_strwidth() by Geoffrey Thomas · 17 years ago
  43. 44b25b8 utf8_width(): allow non NUL-terminated input by Junio C Hamano · 18 years ago
  44. 396ccf1 utf8: pick_one_utf8_char() by Junio C Hamano · 18 years ago
  45. a777e9c Remove unreachable statements by Guido Ostkamp · 18 years ago
  46. f3fa183 Style: place opening brace of a function definition at column 1 by Junio C Hamano · 18 years ago
  47. b51be13 wcwidth redeclaration by Amos Waterland · 19 years ago
  48. 253e772 Merge branch 'maint' by Junio C Hamano · 19 years ago
  49. fd547a9 Fix a "pointer type missmatch" warning. by Ramsay Jones · 19 years ago
  50. 2832114 Fix some "comparison is always true/false" warnings. by Ramsay Jones · 19 years ago
  51. 6227382 print_wrapped_text: fix output for negative indent by Johannes Schindelin · 19 years ago
  52. 094e03b Actually make print_wrapped_text() useful by Johannes Schindelin · 19 years ago
  53. 677cfed commit-tree: cope with different ways "utf-8" can be spelled. by Junio C Hamano · 19 years ago
  54. b45974a Move encoding conversion routine out of mailinfo to utf8.c by Junio C Hamano · 19 years ago
  55. 9e83266 commit-tree: encourage UTF-8 commit messages. by Johannes Schindelin · 19 years ago