]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jx/repo-struct-utf8width-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:41 +0000 (15:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:41 +0000 (15:46 -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