48 Commits (ad66df2df14991e7436474d266cc6db823e6ae78)

Author SHA1 Message Date
Ramsay Jones 980419b993 pretty: Fix bug in truncation support for %>, %< and %>< 12 years ago
Nguyễn Thái Ngọc Duy 1640632b4f pretty: support %>> that steal trailing spaces 12 years ago
Nguyễn Thái Ngọc Duy a7f01c6b4d pretty: support truncating in %>, %< and %>< 12 years ago
Nguyễn Thái Ngọc Duy b782bbab94 utf8.c: add reencode_string_len() that can handle NULs in string 12 years ago
Nguyễn Thái Ngọc Duy 2bc1e7ecba utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences 12 years ago
Nguyễn Thái Ngọc Duy 4247fe7956 utf8.c: move display_mode_esc_sequence_len() for use by other functions 12 years ago
Kirill Smelkov 6cd3c05327 format-patch: RFC 2047 says multi-octet character may not be split 12 years ago
Jeff King 5c680be113 utf8: accept alternate spellings of UTF-8 12 years ago
Jiang Xin c082196575 Add utf8_fprintf helper that returns correct number of columns 12 years ago
Steffen Prohaska e0db1765c3 strbuf_add_wrapped*(): Remove unused return value 12 years ago
Junio C Hamano 0e18bcd5e9 reencode_string(): introduce and use same_encoding() 12 years ago
Jan H. Schönherr 14e1a4e1ff utf8: fix off-by-one wrapping of text 12 years ago
Torsten Bögershausen 76759c7dff git on Mac OS and precomposed unicode 13 years ago
Jeff King 98acc837a1 strbuf: add fixed-length version of add_wrapped_text 14 years ago
René Scharfe 462749b728 utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text() 15 years ago
René Scharfe 68ad5e1e9c utf8.c: remove strbuf_write() 15 years ago
René Scharfe 3c0ff44a1e utf8.c: remove print_spaces() 15 years ago
René Scharfe bb96a2c900 utf8.c: remove print_wrapped_text() 15 years ago
Junio C Hamano 5e133b8cf9 utf8.c: mark file-local function static 15 years ago
René Scharfe 8a3c63e01d strbuf_add_wrapped_text(): skip over colour codes 15 years ago
René Scharfe 37bb5d7443 strbuf_add_wrapped_text(): factor out strbuf_add_indented_text() 15 years ago
Junio C Hamano 00d3947366 Teach --wrap to only indent without wrapping 16 years ago
Johannes Schindelin a94410c813 Add strbuf_add_wrapped_text() to utf8.[ch] 16 years ago
Johannes Schindelin ae0b270230 print_wrapped_text(): allow hard newlines 16 years ago
Brandon Casey 309dbc82e3 On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec 16 years ago
Geoffrey Thomas 8a9391e944 utf8: add utf8_strwidth() 16 years ago
Junio C Hamano 44b25b872f utf8_width(): allow non NUL-terminated input 17 years ago
Junio C Hamano 396ccf1fcb utf8: pick_one_utf8_char() 17 years ago
Guido Ostkamp a777e9ca54 Remove unreachable statements 17 years ago
Junio C Hamano f3fa183802 Style: place opening brace of a function definition at column 1 17 years ago
Amos Waterland b51be13c9c wcwidth redeclaration 18 years ago
Ramsay Jones fd547a972a Fix a "pointer type missmatch" warning. 18 years ago
Ramsay Jones 2832114532 Fix some "comparison is always true/false" warnings. 18 years ago
Johannes Schindelin 62273826fe print_wrapped_text: fix output for negative indent 18 years ago
Johannes Schindelin 094e03b039 Actually make print_wrapped_text() useful 18 years ago
Junio C Hamano 677cfed56a commit-tree: cope with different ways "utf-8" can be spelled. 18 years ago
Junio C Hamano b45974a655 Move encoding conversion routine out of mailinfo to utf8.c 18 years ago
Johannes Schindelin 9e83266525 commit-tree: encourage UTF-8 commit messages. 18 years ago