| 1666 | } |
| 1667 | |
| 1668 | void diff_emit_submodule_header(struct diff_options *o, const char *header) |
| 1669 | { |
| 1670 | emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_HEADER, |
| 1671 | header, strlen(header), 0); |
| 1672 | } |
| 1673 | |
| 1674 | void diff_emit_submodule_error(struct diff_options *o, const char *err) |
| 1675 | { |
no test coverage detected