]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'lp/diff-stat-utf8-display-width-fix'
authorJunio C Hamano <gitster@pobox.com>
Thu, 5 Feb 2026 23:42:01 +0000 (15:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Feb 2026 23:42:01 +0000 (15:42 -0800)
commit1f17604ce4e35e8a94e73c5c11e5882812663c2f
tree4c8e30e9f56fae3acd3131bda4947ce3ee4e37a6
parentd83491aebacf6ff645ccac2b821e3771356af69f
parent04f5d95ef7715e952c93f078e2973c44bb6f3396
Merge branch 'lp/diff-stat-utf8-display-width-fix'

The computation of column width made by "git diff --stat" was
confused when pathnames contain non-ASCII characters.

* lp/diff-stat-utf8-display-width-fix:
  t4073: add test for diffstat paths length when containing UTF-8 chars
  diff: improve scaling of filenames in diffstat to handle UTF-8 chars
diff.c
t/meson.build