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