| 1649 | } |
| 1650 | |
| 1651 | void diff_emit_submodule_add(struct diff_options *o, const char *line) |
| 1652 | { |
| 1653 | emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_ADD, line, strlen(line), 0); |
| 1654 | } |
| 1655 | |
| 1656 | void diff_emit_submodule_untracked(struct diff_options *o, const char *path) |
| 1657 | { |
no test coverage detected