Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> writes: > Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> > --- > diff.c | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > > diff --git a/diff.c b/diff.c > index 8406a0d..6220190 100644 > --- a/diff.c > +++ b/diff.c > @@ -1343,7 +1343,8 @@ static void show_stats(struct diffstat_t *data, struct diff_options *options) > } > > width = options->stat_width ? options->stat_width : term_columns(); > - name_width = options->stat_name_width ? options->stat_name_width : 50; > + name_width = options->stat_name_width ? options->stat_name_width > + : term_columns() - 20; /* the graph defaults to 20 columns */ Why? Isn't 80-50 = 30? -- 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