Files
git/Documentation/config
Dragan Simic bd48adc31d diff --stat: add config option to limit filename width
Add new configuration option diff.statNameWidth=<width> that is equivalent
to the command-line option --stat-name-width=<width>, but it is ignored
by format-patch.  This follows the logic established by the already
existing configuration option diff.statGraphWidth=<width>.

Limiting the widths of names and graphs in the --stat output makes sense
for interactive work on wide terminals with many columns, hence the support
for these configuration options.  They don't affect format-patch because
it already adheres to the traditional 80-column standard.

Update the documentation and add more tests to cover new configuration
option diff.statNameWidth=<width>.  While there, perform a few minor code
and whitespace cleanups here and there, as spotted.

Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2023-09-18 09:39:07 -07:00
..
2023-08-31 15:51:07 -07:00
2022-10-25 15:44:18 -07:00
2023-06-12 14:12:20 -07:00
2021-02-05 13:49:55 -08:00
2022-10-06 20:00:04 -04:00
2022-06-27 08:37:36 -07:00
2022-07-14 15:08:29 -07:00
2021-01-04 11:27:48 -08:00