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