diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-06 11:29:38 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-06 11:29:38 -0700 |
commit | 334d40e951fa3b3961135b3183633706d976c4bd (patch) | |
tree | 445e33f7e58e9e7e9b30be0952b6bf493ac0931c /.gitignore | |
parent | a0460132a740d8ff0c08dcbd54520f1b795298b9 (diff) | |
parent | 9c94389c3ee02df891100b894c1790a524268d91 (diff) | |
download | git-334d40e951fa3b3961135b3183633706d976c4bd.tar.gz |
Merge branch 'tb/unicode-6.3-zero-width'
Update the logic to compute the display width needed for utf8
strings and allow us to more easily maintain the tables used in
that logic.
We may want to let the users choose if codepoints with ambiguous
widths are treated as a double or single width in a follow-up patch.
* tb/unicode-6.3-zero-width:
utf8: make it easier to auto-update git_wcwidth()
utf8.c: use a table for double_width
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dc600f9b36..42294e59a1 100644 --- a/.gitignore +++ b/.gitignore @@ -226,6 +226,7 @@ /config.mak.autogen /config.mak.append /configure +/unicode /tags /TAGS /cscope* |