index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
utf8.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
utf8: fix iconv error detection
John Keeping
2014-02-19
1
-1
/
+1
|
/
*
pretty: Fix bug in truncation support for %>, %< and %><
Ramsay Jones
2013-04-28
1
-2
/
+2
*
pretty: support %>> that steal trailing spaces
Nguyễn Thái Ngọc Duy
2013-04-19
1
-1
/
+1
*
pretty: support truncating in %>, %< and %><
Nguyễn Thái Ngọc Duy
2013-04-19
1
-0
/
+46
*
utf8.c: add reencode_string_len() that can handle NULs in string
Nguyễn Thái Ngọc Duy
2013-04-19
1
-3
/
+7
*
utf8.c: add utf8_strnwidth() with the ability to skip ansi sequences
Nguyễn Thái Ngọc Duy
2013-04-19
1
-6
/
+14
*
utf8.c: move display_mode_esc_sequence_len() for use by other functions
Nguyễn Thái Ngọc Duy
2013-04-19
1
-14
/
+14
*
Merge branch 'ks/rfc2047-one-char-at-a-time'
Junio C Hamano
2013-03-25
1
-0
/
+39
|
\
|
*
format-patch: RFC 2047 says multi-octet character may not be split
Kirill Smelkov
2013-03-09
1
-0
/
+39
|
*
Merge branch 'jc/same-encoding' into maint
Junio C Hamano
2012-12-07
1
-0
/
+7
|
|
\
|
*
\
Merge branch 'js/format-2047' into maint
Junio C Hamano
2012-11-20
1
-1
/
+1
|
|
\
\
*
|
\
\
Merge branch 'jk/utf-8-can-be-spelled-differently'
Junio C Hamano
2013-03-21
1
-2
/
+18
|
\
\
\
\
|
*
|
|
|
utf8: accept alternate spellings of UTF-8
Jeff King
2013-02-25
1
-2
/
+18
|
|
/
/
/
*
|
|
|
Merge branch 'jx/utf8-printf-width'
Junio C Hamano
2013-02-14
1
-0
/
+21
|
\
\
\
\
|
*
|
|
|
Add utf8_fprintf helper that returns correct number of columns
Jiang Xin
2013-02-11
1
-0
/
+21
*
|
|
|
|
Merge branch 'sp/shortlog-missing-lf'
Junio C Hamano
2013-01-02
1
-7
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
strbuf_add_wrapped*(): Remove unused return value
Steffen Prohaska
2012-12-11
1
-7
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'jc/same-encoding'
Junio C Hamano
2012-11-15
1
-0
/
+7
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
reencode_string(): introduce and use same_encoding()
Junio C Hamano
2012-11-04
1
-0
/
+7
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'js/format-2047'
Jeff King
2012-11-09
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
utf8: fix off-by-one wrapping of text
Jan H. Schönherr
2012-10-18
1
-1
/
+1
*
|
git on Mac OS and precomposed unicode
Torsten Bögershausen
2012-07-09
1
-10
/
+16
|
/
*
strbuf: add fixed-length version of add_wrapped_text
Jeff King
2011-02-23
1
-0
/
+9
*
Merge branch 'rs/optim-text-wrap'
Junio C Hamano
2010-03-02
1
-33
/
+28
|
\
|
*
utf8.c: speculatively assume utf-8 in strbuf_add_wrapped_text()
René Scharfe
2010-02-20
1
-6
/
+17
|
*
utf8.c: remove strbuf_write()
René Scharfe
2010-02-20
1
-13
/
+5
|
*
utf8.c: remove print_spaces()
René Scharfe
2010-02-20
1
-9
/
+6
|
*
utf8.c: remove print_wrapped_text()
René Scharfe
2010-02-20
1
-5
/
+0
*
|
utf8.c: mark file-local function static
Junio C Hamano
2010-01-12
1
-1
/
+1
|
/
*
strbuf_add_wrapped_text(): skip over colour codes
René Scharfe
2009-11-24
1
-1
/
+21
*
strbuf_add_wrapped_text(): factor out strbuf_add_indented_text()
René Scharfe
2009-11-23
1
-9
/
+17
*
Teach --wrap to only indent without wrapping
Junio C Hamano
2009-10-23
1
-0
/
+13
*
Add strbuf_add_wrapped_text() to utf8.[ch]
Johannes Schindelin
2009-10-19
1
-9
/
+24
*
print_wrapped_text(): allow hard newlines
Johannes Schindelin
2009-10-19
1
-2
/
+16
*
On Solaris choose the OLD_ICONV iconv() declaration based on the UNIX spec
Brandon Casey
2009-06-06
1
-1
/
+1
*
utf8: add utf8_strwidth()
Geoffrey Thomas
2009-02-05
1
-0
/
+19
*
utf8_width(): allow non NUL-terminated input
Junio C Hamano
2008-01-07
1
-32
/
+52
*
utf8: pick_one_utf8_char()
Junio C Hamano
2008-01-07
1
-6
/
+21
*
Remove unreachable statements
Guido Ostkamp
2007-11-16
1
-1
/
+0
*
Style: place opening brace of a function definition at column 1
Junio C Hamano
2007-11-09
1
-1
/
+2
*
wcwidth redeclaration
Amos Waterland
2007-05-08
1
-2
/
+2
*
Merge branch 'maint'
Junio C Hamano
2007-03-04
1
-6
/
+14
|
\
|
*
Fix a "pointer type missmatch" warning.
Ramsay Jones
2007-03-04
1
-2
/
+8
|
*
Fix some "comparison is always true/false" warnings.
Ramsay Jones
2007-03-04
1
-4
/
+6
*
|
print_wrapped_text: fix output for negative indent
Johannes Schindelin
2007-03-03
1
-1
/
+1
*
|
Actually make print_wrapped_text() useful
Johannes Schindelin
2007-02-28
1
-5
/
+12
|
/
*
commit-tree: cope with different ways "utf-8" can be spelled.
Junio C Hamano
2006-12-31
1
-0
/
+9
*
Move encoding conversion routine out of mailinfo to utf8.c
Junio C Hamano
2006-12-26
1
-0
/
+54
*
commit-tree: encourage UTF-8 commit messages.
Johannes Schindelin
2006-12-24
1
-0
/
+278
[prev]