1. 3cc3cf9 Merge branch 'jx/utf8-printf-width' by Junio C Hamano · 12 years ago
  2. c082196 Add utf8_fprintf helper that returns correct number of columns by Jiang Xin · 12 years ago
  3. 71288e1 Merge branch 'sp/shortlog-missing-lf' by Junio C Hamano · 12 years ago
  4. e0db176 strbuf_add_wrapped*(): Remove unused return value by Steffen Prohaska · 12 years ago
  5. 6b87312 Merge branch 'jc/same-encoding' by Junio C Hamano · 12 years ago
  6. 64b22a5 Merge branch 'js/format-2047' by Jeff King · 12 years ago
  7. 0e18bcd reencode_string(): introduce and use same_encoding() by Junio C Hamano · 12 years ago
  8. 14e1a4e utf8: fix off-by-one wrapping of text by Jan H. Schönherr · 12 years ago
  9. 76759c7 git on Mac OS and precomposed unicode by Torsten Bögershausen · 13 years ago
  10. 98acc83 strbuf: add fixed-length version of add_wrapped_text by Jeff King · 14 years ago
  11. 32ae5b3 Merge branch 'rs/optim-text-wrap' by Junio C Hamano · 15 years ago
  12. 462749b utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text() by René Scharfe · 15 years ago
  13. 68ad5e1 utf8.c: remove strbuf_write() by René Scharfe · 15 years ago
  14. 3c0ff44 utf8.c: remove print_spaces() by René Scharfe · 15 years ago
  15. bb96a2c utf8.c: remove print_wrapped_text() by René Scharfe · 15 years ago
  16. 5e133b8 utf8.c: mark file-local function static by Junio C Hamano · 15 years ago
  17. 8a3c63e strbuf_add_wrapped_text(): skip over colour codes by René Scharfe · 15 years ago
  18. 37bb5d7 strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() by René Scharfe · 15 years ago
  19. 00d3947 Teach --wrap to only indent without wrapping by Junio C Hamano · 15 years ago
  20. a94410c Add strbuf_add_wrapped_text() to utf8.[ch] by Johannes Schindelin · 16 years ago
  21. ae0b270 print_wrapped_text(): allow hard newlines by Johannes Schindelin · 17 years ago
  22. 309dbc8 On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec by Brandon Casey · 16 years ago
  23. 8a9391e utf8: add utf8_strwidth() by Geoffrey Thomas · 16 years ago
  24. 44b25b8 utf8_width(): allow non NUL-terminated input by Junio C Hamano · 17 years ago
  25. 396ccf1 utf8: pick_one_utf8_char() by Junio C Hamano · 17 years ago
  26. a777e9c Remove unreachable statements by Guido Ostkamp · 17 years ago
  27. f3fa183 Style: place opening brace of a function definition at column 1 by Junio C Hamano · 17 years ago
  28. b51be13 wcwidth redeclaration by Amos Waterland · 18 years ago
  29. 253e772 Merge branch 'maint' by Junio C Hamano · 18 years ago
  30. fd547a9 Fix a "pointer type missmatch" warning. by Ramsay Jones · 18 years ago
  31. 2832114 Fix some "comparison is always true/false" warnings. by Ramsay Jones · 18 years ago
  32. 6227382 print_wrapped_text: fix output for negative indent by Johannes Schindelin · 18 years ago
  33. 094e03b Actually make print_wrapped_text() useful by Johannes Schindelin · 18 years ago
  34. 677cfed commit-tree: cope with different ways "utf-8" can be spelled. by Junio C Hamano · 18 years ago
  35. b45974a Move encoding conversion routine out of mailinfo to utf8.c by Junio C Hamano · 18 years ago
  36. 9e83266 commit-tree: encourage UTF-8 commit messages. by Johannes Schindelin · 18 years ago