| 1383 | } |
| 1384 | |
| 1385 | static int cmd_bisect__log(int argc UNUSED, const char **argv UNUSED, |
| 1386 | const char *prefix UNUSED, |
| 1387 | struct repository *repo UNUSED) |
| 1388 | { |
| 1389 | return bisect_log(); |
| 1390 | } |
| 1391 | |
| 1392 | static int cmd_bisect__replay(int argc, const char **argv, const char *prefix UNUSED, |
| 1393 | struct repository *repo UNUSED) |
nothing calls this directly
no test coverage detected