From: Beat Bolli Date: Tue, 13 Dec 2016 23:31:41 +0000 (+0100) Subject: update_unicode.sh: pin the uniset repo to a known good commit X-Git-Tag: v2.11.1~65^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3f0a386309402c4a4b07f1c228e61023fbac3566?hp=--cc update_unicode.sh: pin the uniset repo to a known good commit The uniset upstream has added more commits that for example change the hexadecimal output in '--32' mode to decimal. Let's pin the repo to a commit that still outputs the width tables in the format we want. Signed-off-by: Beat Bolli Signed-off-by: Junio C Hamano --- 3f0a386309402c4a4b07f1c228e61023fbac3566 diff --git a/contrib/update-unicode/update_unicode.sh b/contrib/update-unicode/update_unicode.sh index ff664ec953..9f1bf31ff5 100755 --- a/contrib/update-unicode/update_unicode.sh +++ b/contrib/update-unicode/update_unicode.sh @@ -15,7 +15,8 @@ if ! test -f EastAsianWidth.txt; then wget http://www.unicode.org/Public/UCD/latest/ucd/EastAsianWidth.txt fi && if ! test -d uniset; then - git clone https://github.com/depp/uniset.git + git clone https://github.com/depp/uniset.git && + ( cd uniset && git checkout 4b186196dd ) fi && ( cd uniset &&