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

Function bisect_common

bisect.c:699–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699static void bisect_common(struct rev_info *revs)
700{
701 if (prepare_revision_walk(revs))
702 die("revision walk setup failed");
703 if (revs->tree_objects)
704 mark_edges_uninteresting(revs, NULL, 0);
705}
706
707static enum bisect_error error_if_skipped_commits(struct commit_list *tried,
708 const struct object_id *bad)

Callers 2

check_ancestorsFunction · 0.85
bisect_next_allFunction · 0.85

Calls 3

prepare_revision_walkFunction · 0.85
mark_edges_uninterestingFunction · 0.85
dieFunction · 0.70

Tested by

no test coverage detected