| 59 | }; |
| 60 | |
| 61 | static struct option *add_common_options(struct option *to) |
| 62 | { |
| 63 | return parse_options_concat(common_opts, to); |
| 64 | } |
| 65 | |
| 66 | static int graph_verify(int argc, const char **argv, const char *prefix, |
| 67 | struct repository *repo UNUSED) |
no test coverage detected