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

1  2 
diff.c

diff --cc diff.c
Simple merge