| 1677 | } |
| 1678 | |
| 1679 | void diff_emit_submodule_pipethrough(struct diff_options *o, |
| 1680 | const char *line, int len) |
| 1681 | { |
| 1682 | emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_PIPETHROUGH, line, len, 0); |
| 1683 | } |
| 1684 | |
| 1685 | static int new_blank_line_at_eof(struct emit_callback *ecbdata, const char *line, int len) |
| 1686 | { |
no test coverage detected