| 7557 | } |
| 7558 | |
| 7559 | int diff_can_quit_early(struct diff_options *opt) |
| 7560 | { |
| 7561 | return (opt->flags.quick && |
| 7562 | !opt->filter && |
| 7563 | opt->flags.has_changes); |
| 7564 | } |
| 7565 | |
| 7566 | /* |
| 7567 | * Shall changes to this submodule be ignored? |
no outgoing calls
no test coverage detected