]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jx/repo-struct-utf8width-fix' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:45 +0000 (10:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:45 +0000 (10:58 -0800)
commit35bff72b7571d318462987a122ade435dd0dc389
treecba0caf875c4d7c70cf2374bae1ab4f038af7255
parent335d6bb2ea9edfdba953ff4079b43bb540111c6d
parent7a03a10a3a746dd8565a3a0e6126f60523b41738
Merge branch 'jx/repo-struct-utf8width-fix' into next

The "git repo structure" subcommand tried to align its output but
mixed up byte count and display column width, which has been
corrected.

* jx/repo-struct-utf8width-fix:
  builtin/repo: fix table alignment for UTF-8 characters
  t/unit-tests: add UTF-8 width tests for CJK chars
builtin/repo.c