]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commita5d5c50160a9113883d3a8993bf40fdf65207999
treeda87c60382343fa19cc8869c155fd870db5aa891
parent861312b51d761b7a787e3a5d71ab2edf266ad297
parent7a03a10a3a746dd8565a3a0e6126f60523b41738
Merge branch 'jx/repo-struct-utf8width-fix'

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