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