diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-03-19 06:33:23 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-19 06:40:09 -0700 |
| commit | 405c98a6a0e017f41f5de9c649a8f6f1b3fc4314 (patch) | |
| tree | 28d9cb4bd22a88b06532ec0c34965a085b0fae04 | |
| parent | fe309664ea804d17812bab22927756dc35e5e955 (diff) | |
| download | git-405c98a6a0e017f41f5de9c649a8f6f1b3fc4314.tar.xz | |
contrib: move "update-unicode.sh" script into "tools/"
The "update-unicode.sh" script is used to update the unicode data
compiled into Git whenever a new version of the Unicode standard has
been released. As such, it is a natural part of our developer-facing
tooling, and its presence in "contrib/" is misleading.
Promote the script into the new "tools/" directory.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | tools/update-unicode/.gitignore (renamed from contrib/update-unicode/.gitignore) | 0 | ||||
| -rw-r--r-- | tools/update-unicode/README (renamed from contrib/update-unicode/README) | 0 | ||||
| -rwxr-xr-x | tools/update-unicode/update_unicode.sh (renamed from contrib/update-unicode/update_unicode.sh) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/contrib/update-unicode/.gitignore b/tools/update-unicode/.gitignore index b0ebc6aad2..b0ebc6aad2 100644 --- a/contrib/update-unicode/.gitignore +++ b/tools/update-unicode/.gitignore diff --git a/contrib/update-unicode/README b/tools/update-unicode/README index 151a197041..151a197041 100644 --- a/contrib/update-unicode/README +++ b/tools/update-unicode/README diff --git a/contrib/update-unicode/update_unicode.sh b/tools/update-unicode/update_unicode.sh index aa90865bef..aa90865bef 100755 --- a/contrib/update-unicode/update_unicode.sh +++ b/tools/update-unicode/update_unicode.sh |
