On Wed, Apr 18, 2012 at 13:15, Junio C Hamano <gitster@xxxxxxxxx> wrote: > Lucian Poston <lucian.poston@xxxxxxxxx> writes: > >> When COLUMNS or --stat-width restricts the diff-stat width to near the >> minimum, 26 columns, the graph_width value becomes negative. Consequently, the >> graph part of diff-stat is not resized properly. >> >> Signed-off-by: Lucian Poston <lucian.poston@xxxxxxxxx> >> --- >> t/t4052-stat-output.sh | 28 ++++++++++++++++++++++++++++ >> 1 files changed, 28 insertions(+), 0 deletions(-) > > Running t4052 with this patch applied reports > > # fixed 2 known breakage(s) > # still have 5 known breakage(s) > # passed all remaining 81 test(s) > > Please mark the ones that already pass as "test_expect_success", leaving > the only broken ones as "test_expect_failure". Otherwise the patch to the > test that contains the fix would not illustrate what it fixed. Sorry about that. Fixed in the recently emailed diffs. Thanks! -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html