| 3749 | } |
| 3750 | |
| 3751 | void diff_set_noprefix(struct diff_options *options) |
| 3752 | { |
| 3753 | options->a_prefix = options->b_prefix = ""; |
| 3754 | } |
| 3755 | |
| 3756 | void diff_set_default_prefix(struct diff_options *options) |
| 3757 | { |
no outgoing calls
no test coverage detected