Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-05-07 | wcwidth redeclaration | Amos Waterland | 1 | -2/+2 |
2007-03-03 | Merge branch 'maint' | Junio C Hamano | 1 | -6/+14 |
2007-03-03 | Fix a "pointer type missmatch" warning. | Ramsay Jones | 1 | -2/+8 |
2007-03-03 | Fix some "comparison is always true/false" warnings. | Ramsay Jones | 1 | -4/+6 |
2007-03-02 | print_wrapped_text: fix output for negative indent | Johannes Schindelin | 1 | -1/+1 |
2007-02-27 | Actually make print_wrapped_text() useful | Johannes Schindelin | 1 | -5/+12 |
2006-12-30 | commit-tree: cope with different ways "utf-8" can be spelled. | Junio C Hamano | 1 | -0/+9 |
2006-12-26 | Move encoding conversion routine out of mailinfo to utf8.c | Junio C Hamano | 1 | -0/+54 |
2006-12-24 | commit-tree: encourage UTF-8 commit messages. | Johannes Schindelin | 1 | -0/+278 |