]> git.ipfire.org Git - thirdparty/git.git/commit
update_unicode.sh: automatically download newer definition files
authorBeat Bolli <dev+git@drbeat.li>
Tue, 13 Dec 2016 23:31:42 +0000 (00:31 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 14 Dec 2016 17:48:00 +0000 (09:48 -0800)
commitfef54f31627542b90f0a2af6c98ebb1e4c309211
tree479d9917ef8a269e488bed6460f4e6c330b11dcb
parent3f0a386309402c4a4b07f1c228e61023fbac3566
update_unicode.sh: automatically download newer definition files

Checking just for the unicode data files' existence is not sufficient;
we should also download them if a newer version exists on the Unicode
consortium's servers. Option -N of wget does this nicely for us.

Reviewed-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Beat Bolli <dev+git@drbeat.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/update-unicode/update_unicode.sh