From: Junio C Hamano Date: Fri, 28 Oct 2022 18:26:55 +0000 (-0700) Subject: Merge branch 'tb/diffstat-with-utf8-strwidth' X-Git-Tag: v2.39.0-rc0~70 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d5a4d86a652ababe2ee1bbd27dcf0ccd30dd1c0;p=thirdparty%2Fgit.git Merge branch 'tb/diffstat-with-utf8-strwidth' "git diff --stat" etc. were invented back when everything was ASCII and strlen() was a way to measure the display width of a string; adjust them to compute the display width assuming UTF-8 pathnames. * tb/diffstat-with-utf8-strwidth: diff: leave NEEDWORK notes in show_stats() function diff.c: use utf8_strwidth() to count display width --- 7d5a4d86a652ababe2ee1bbd27dcf0ccd30dd1c0