| 72 | }; |
| 73 | |
| 74 | static 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 | |
| 82 | static const char **column_colors; |
| 83 | static unsigned short column_colors_max; |
no outgoing calls
no test coverage detected