]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
builtin/repo.c

diff --cc builtin/repo.c
Simple merge