MCPcopy Index your code
hub / github.com/git/git / init_diffstat_widths

Function init_diffstat_widths

diff.c:7476–7481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7474}
7475
7476void 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
7483void diffcore_std(struct diff_options *options)
7484{

Callers 4

cmd_log_init_defaultsFunction · 0.85
cmd_rebaseFunction · 0.85
finishFunction · 0.85
cmd_diffFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected