| 1654 | } |
| 1655 | |
| 1656 | void diff_emit_submodule_untracked(struct diff_options *o, const char *path) |
| 1657 | { |
| 1658 | emit_diff_symbol(o, DIFF_SYMBOL_SUBMODULE_UNTRACKED, |
| 1659 | path, strlen(path), 0); |
| 1660 | } |
| 1661 | |
| 1662 | void diff_emit_submodule_modified(struct diff_options *o, const char *path) |
| 1663 | { |
no test coverage detected