| 7474 | } |
| 7475 | |
| 7476 | void init_diffstat_widths(struct diff_options *options) |
| 7477 | { |
| 7478 | options->stat_width = -1; /* use full terminal width */ |
| 7479 | options->stat_name_width = -1; /* respect diff.statNameWidth config */ |
| 7480 | options->stat_graph_width = -1; /* respect diff.statGraphWidth config */ |
| 7481 | } |
| 7482 | |
| 7483 | void diffcore_std(struct diff_options *options) |
| 7484 | { |
no outgoing calls
no test coverage detected