Age | Commit message (Expand) | Author | Files | Lines |
2014-09-19 | Merge branch 'rs/export-strbuf-addchars' | Junio C Hamano | 1 | -7/+0 |
2014-09-09 | Merge branch 'nd/strbuf-utf8-replace' | Junio C Hamano | 1 | -0/+3 |
2014-09-08 | strbuf: export strbuf_addchars() | René Scharfe | 1 | -7/+0 |
2014-08-11 | utf8.c: fix strbuf_utf8_replace() consuming data beyond input string | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
2014-06-06 | Merge branch 'tb/unicode-6.3-zero-width' | Junio C Hamano | 1 | -69/+7 |
2014-05-12 | utf8: make it easier to auto-update git_wcwidth() | Torsten Bögershausen | 1 | -59/+2 |
2014-05-12 | utf8.c: use a table for double_width | Torsten Bögershausen | 1 | -23/+18 |
2014-04-16 | Merge branch 'tb/unicode-6.3-zero-width' | Junio C Hamano | 1 | -5/+4 |
2014-04-09 | utf8.c: partially update to version 6.3 | Torsten Bögershausen | 1 | -5/+4 |
2014-02-18 | utf8: use correct type for values in interval table | John Keeping | 1 | -2/+2 |
2014-02-18 | utf8: fix iconv error detection | John Keeping | 1 | -1/+1 |
2013-04-28 | pretty: Fix bug in truncation support for %>, %< and %>< | Ramsay Jones | 1 | -2/+2 |
2013-04-18 | pretty: support %>> that steal trailing spaces | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2013-04-18 | pretty: support truncating in %>, %< and %>< | Nguyễn Thái Ngọc Duy | 1 | -0/+46 |
2013-04-18 | utf8.c: add reencode_string_len() that can handle NULs in string | Nguyễn Thái Ngọc Duy | 1 | -3/+7 |
2013-04-18 | utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences | Nguyễn Thái Ngọc Duy | 1 | -6/+14 |
2013-04-18 | utf8.c: move display_mode_esc_sequence_len() for use by other functions | Nguyễn Thái Ngọc Duy | 1 | -14/+14 |
2013-03-25 | Merge branch 'ks/rfc2047-one-char-at-a-time' | Junio C Hamano | 1 | -0/+39 |
2013-03-21 | Merge branch 'jk/utf-8-can-be-spelled-differently' | Junio C Hamano | 1 | -2/+18 |
2013-03-09 | format-patch: RFC 2047 says multi-octet character may not be split | Kirill Smelkov | 1 | -0/+39 |
2013-02-25 | utf8: accept alternate spellings of UTF-8 | Jeff King | 1 | -2/+18 |
2013-02-14 | Merge branch 'jx/utf8-printf-width' | Junio C Hamano | 1 | -0/+21 |
2013-02-11 | Add utf8_fprintf helper that returns correct number of columns | Jiang Xin | 1 | -0/+21 |
2013-01-02 | Merge branch 'sp/shortlog-missing-lf' | Junio C Hamano | 1 | -7/+6 |
2012-12-11 | strbuf_add_wrapped*(): Remove unused return value | Steffen Prohaska | 1 | -7/+6 |
2012-12-07 | Merge branch 'jc/same-encoding' into maint | Junio C Hamano | 1 | -0/+7 |
2012-11-20 | Merge branch 'js/format-2047' into maint | Junio C Hamano | 1 | -1/+1 |
2012-11-15 | Merge branch 'jc/same-encoding' | Junio C Hamano | 1 | -0/+7 |
2012-11-09 | Merge branch 'js/format-2047' | Jeff King | 1 | -1/+1 |
2012-11-04 | reencode_string(): introduce and use same_encoding() | Junio C Hamano | 1 | -0/+7 |
2012-10-18 | utf8: fix off-by-one wrapping of text | Jan H. Schönherr | 1 | -1/+1 |
2012-07-08 | git on Mac OS and precomposed unicode | Torsten Bögershausen | 1 | -10/+16 |
2011-02-23 | strbuf: add fixed-length version of add_wrapped_text | Jeff King | 1 | -0/+9 |
2010-03-02 | Merge branch 'rs/optim-text-wrap' | Junio C Hamano | 1 | -33/+28 |
2010-02-20 | utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text() | René Scharfe | 1 | -6/+17 |
2010-02-20 | utf8.c: remove strbuf_write() | René Scharfe | 1 | -13/+5 |
2010-02-20 | utf8.c: remove print_spaces() | René Scharfe | 1 | -9/+6 |
2010-02-20 | utf8.c: remove print_wrapped_text() | René Scharfe | 1 | -5/+0 |
2010-01-12 | utf8.c: mark file-local function static | Junio C Hamano | 1 | -1/+1 |
2009-11-23 | strbuf_add_wrapped_text(): skip over colour codes | René Scharfe | 1 | -1/+21 |
2009-11-22 | strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() | René Scharfe | 1 | -9/+17 |
2009-10-22 | Teach --wrap to only indent without wrapping | Junio C Hamano | 1 | -0/+13 |
2009-10-19 | Add strbuf_add_wrapped_text() to utf8.[ch] | Johannes Schindelin | 1 | -9/+24 |
2009-10-19 | print_wrapped_text(): allow hard newlines | Johannes Schindelin | 1 | -2/+16 |
2009-06-06 | On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec | Brandon Casey | 1 | -1/+1 |
2009-02-04 | utf8: add utf8_strwidth() | Geoffrey Thomas | 1 | -0/+19 |
2008-01-06 | utf8_width(): allow non NUL-terminated input | Junio C Hamano | 1 | -32/+52 |
2008-01-06 | utf8: pick_one_utf8_char() | Junio C Hamano | 1 | -6/+21 |
2007-11-15 | Remove unreachable statements | Guido Ostkamp | 1 | -1/+0 |
2007-11-08 | Style: place opening brace of a function definition at column 1 | Junio C Hamano | 1 | -1/+2 |