| 1672 | } |
| 1673 | |
| 1674 | void diff_emit_submodule_error(struct diff_options *o, const char *err) |
| 1675 | { |
| 1676 | emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_ERROR, err, strlen(err), 0); |
| 1677 | } |
| 1678 | |
| 1679 | void diff_emit_submodule_pipethrough(struct diff_options *o, |
| 1680 | const char *line, int len) |
no test coverage detected