| 1660 | } |
| 1661 | |
| 1662 | void diff_emit_submodule_modified(struct diff_options *o, const char *path) |
| 1663 | { |
| 1664 | emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_MODIFIED, |
| 1665 | path, strlen(path), 0); |
| 1666 | } |
| 1667 | |
| 1668 | void diff_emit_submodule_header(struct diff_options *o, const char *header) |
| 1669 | { |
no test coverage detected