]> git.ipfire.org Git - thirdparty/git.git/commit
kwset: move translation table from ctype
authorCalvin Wan <calvinwan@google.com>
Wed, 5 Jul 2023 17:09:22 +0000 (17:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Jul 2023 18:41:18 +0000 (11:41 -0700)
commit28aed75a9fe72f265bff24a02b962616b3f36ad3
treeca051f29a5d4ce83c822eca43a507d171498aa23
parent1890ce84bd7b2b199f422246d557dc2f2668ef17
kwset: move translation table from ctype

This table was originally introduced to solely be used with kwset
machinery (0f871cf56e), so it would make sense for it to belong in
kwset.[ch] rather than ctype.c and git-compat-util.h. It is only used in
diffcore-pickaxe.c, which already includes kwset.h so no other headers
have to be modified.

Signed-off-by: Calvin Wan <calvinwan@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ctype.c
git-compat-util.h
kwset.c
kwset.h