]> git.ipfire.org Git - thirdparty/git.git/commit
diff: leave NEEDWORK notes in show_stats() function
authorJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2022 21:53:25 +0000 (14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2022 22:02:31 +0000 (15:02 -0700)
commitce8529b2bbabcb5240bdcc73bccaafa1116c5d7a
tree1c231281165a9e4b08ee885ce05cd867ffc58b6a
parent12fc4ad89e23af642a8614371ff80bc67cb3315d
diff: leave NEEDWORK notes in show_stats() function

The previous step made an attempt to correctly compute display
columns allocated and padded different parts of diffstat output.
There are at least two known codepaths in the function that still
mixes up display widths and byte length that need to be fixed.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff.c