> * tb/diffstat-with-utf8-strwidth (2022-09-14) 1 commit > - diff.c: use utf8_strwidth() to count display width > > "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. > > Expecting a reroll. > source: <20220914151333.3309-1-tboegi@xxxxxx> > Just a question: Is the patch good "as is" ? Further developments need to go into different patches anyway. /Torsten