MCPcopy Create free account
hub / github.com/git/git / graph_show_line_prefix

Function graph_show_line_prefix

graph.c:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72};
73
74static void graph_show_line_prefix(const struct diff_options *diffopt)
75{
76 if (!diffopt || !diffopt->line_prefix)
77 return;
78
79 fputs(diffopt->line_prefix, diffopt->file);
80}
81
82static const char **column_colors;
83static unsigned short column_colors_max;

Callers 4

graph_show_commitFunction · 0.85
graph_show_onelineFunction · 0.85
graph_show_paddingFunction · 0.85
graph_show_remainderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected