MCPcopy Create free account
hub / github.com/git/git / cmd_bisect__log

Function cmd_bisect__log

builtin/bisect.c:1385–1390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1383}
1384
1385static 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
1392static int cmd_bisect__replay(int argc, const char **argv, const char *prefix UNUSED,
1393 struct repository *repo UNUSED)

Callers

nothing calls this directly

Calls 1

bisect_logFunction · 0.85

Tested by

no test coverage detected