diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-01-17 14:49:25 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-01-17 14:49:25 -0800 |
commit | 9d1e8ddc739ee11b9077899eee70a8c5e1c30235 (patch) | |
tree | 633123114193feb684e970acbffde135bd296ec9 /.gitignore | |
parent | d27381eeeb451fd3e2072a069c19dcc900e8ae3d (diff) | |
parent | 9e6e9aefdfd4b0625900b65c825a4149b1b834e1 (diff) | |
download | git-9d1e8ddc739ee11b9077899eee70a8c5e1c30235.tar.gz |
Merge branch 'bb/unicode-9.0' into maint
The character width table has been updated to match Unicode 9.0
* bb/unicode-9.0:
unicode_width.h: update the width tables to Unicode 9.0
update_unicode.sh: remove the plane filter
update_unicode.sh: automatically download newer definition files
update_unicode.sh: pin the uniset repo to a known good commit
update_unicode.sh: remove an unnecessary subshell level
update_unicode.sh: move it into contrib/update-unicode
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 05cb58a3d4..6722f78f9a 100644 --- a/.gitignore +++ b/.gitignore @@ -203,7 +203,6 @@ /config.mak.autogen /config.mak.append /configure -/unicode /tags /TAGS /cscope* |