]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'lp/diff-stat-utf8-display-width-fix'
authorJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:36:55 +0000 (14:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Mar 2026 21:36:55 +0000 (14:36 -0700)
commite757df82af5e9283fec2ff54d1e0eec2662c623c
treecd5826bb03074d2e2af42116301aa4384bf01b21
parent3fe08b8fd1f7731edabeab8138547ec88d6407de
parent064b869efc50be2557015665bc3dc8ac9008a6e4
Merge branch 'lp/diff-stat-utf8-display-width-fix'

"git log --graph --stat" did not count the display width of colored
graph part of its own output correctly, which has been corrected.

* lp/diff-stat-utf8-display-width-fix:
  t4052: test for diffstat width when prefix contains ANSI escape codes
  diff: handle ANSI escape codes in prefix when calculating diffstat width
diff.c