| Commit message (Expand) | Author | Age |
* | utf8: add function to align a string into given strbuf | Karthik Nayak | 2015-09-17 |
* | Merge branch 'es/utf8-stupid-compiler-workaround' | Junio C Hamano | 2015-06-24 |
|\ |
|
| * | utf8: NO_ICONV: silence uninitialized variable warning | Eric Sunshine | 2015-06-05 |
* | | utf8-bom: introduce skip_utf8_bom() helper | Junio C Hamano | 2015-04-16 |
|/ |
|
* | utf8: add is_hfs_dotgit() helper | Jeff King | 2014-12-17 |
* | add missing "format" function attributes | Jeff King | 2013-07-09 |
* | pretty: support %>> that steal trailing spaces | Nguyễn Thái Ngọc Duy | 2013-04-18 |
* | pretty: support truncating in %>, %< and %>< | Nguyễn Thái Ngọc Duy | 2013-04-18 |
* | utf8.c: add reencode_string_len() that can handle NULs in string | Nguyễn Thái Ngọc Duy | 2013-04-18 |
* | utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences | Nguyễn Thái Ngọc Duy | 2013-04-18 |
* | Merge branch 'ks/rfc2047-one-char-at-a-time' | Junio C Hamano | 2013-03-25 |
|\ |
|
| * | format-patch: RFC 2047 says multi-octet character may not be split | Kirill Smelkov | 2013-03-09 |
* | | Merge branch 'jx/utf8-printf-width' | Junio C Hamano | 2013-02-14 |
|\ \ |
|
| * | | Add utf8_fprintf helper that returns correct number of columns | Jiang Xin | 2013-02-11 |
| |/ |
|
* | | Merge branch 'sp/shortlog-missing-lf' | Junio C Hamano | 2013-01-02 |
|\ \
| |/
|/| |
|
| * | strbuf_add_wrapped*(): Remove unused return value | Steffen Prohaska | 2012-12-11 |
* | | reencode_string(): introduce and use same_encoding() | Junio C Hamano | 2012-11-04 |
* | | git on Mac OS and precomposed unicode | Torsten Bögershausen | 2012-07-08 |
|/ |
|
* | strbuf: add fixed-length version of add_wrapped_text | Jeff King | 2011-02-23 |
* | Merge branch 'rs/optim-text-wrap' | Junio C Hamano | 2010-03-02 |
|\ |
|
| * | utf8.c: remove print_wrapped_text() | René Scharfe | 2010-02-20 |
* | | utf8.c: mark file-local function static | Junio C Hamano | 2010-01-12 |
|/ |
|
* | Add strbuf_add_wrapped_text() to utf8.[ch] | Johannes Schindelin | 2009-10-19 |
* | utf8: add utf8_strwidth() | Geoffrey Thomas | 2009-02-04 |
* | utf8_width(): allow non NUL-terminated input | Junio C Hamano | 2008-01-06 |
* | utf8: pick_one_utf8_char() | Junio C Hamano | 2008-01-06 |
* | Actually make print_wrapped_text() useful | Johannes Schindelin | 2007-02-27 |
* | commit-tree: cope with different ways "utf-8" can be spelled. | Junio C Hamano | 2006-12-30 |
* | Move encoding conversion routine out of mailinfo to utf8.c | Junio C Hamano | 2006-12-26 |
* | commit-tree: encourage UTF-8 commit messages. | Johannes Schindelin | 2006-12-24 |