Code

diff --stat: tests for long filenames and big change counts
authorJunio C Hamano <gitster@pobox.com>
Thu, 1 Mar 2012 12:26:38 +0000 (13:26 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Mar 2012 17:12:02 +0000 (09:12 -0800)
commit31c2373d39558f98222a1fd8b83ed74ccaa87161
tree73bbcad456911130f12d0477688c7c419597fdfe
parentdb65f0fc3b1e16d5cc4ebf00f5af56c91546d839
diff --stat: tests for long filenames and big change counts

In preparation for updates to the "diff --stat" that updates the logic
to split the allotted columns into the name part and the graph part to
make the output more readable, add a handful of tests to document the
corner case behaviour in which long filenames and big changes are shown.

When a pathname is so long that it cannot fit on the column, the current
code truncates it to make sure that the graph part has enough room to show
a meaningful graph.  If the actual change is small (e.g. only one line
changed), this results in the final output that is shorter than the width
we aim for.

Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t4052-stat-output.sh [new file with mode: 0755]