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

Function clear_distance

bisect.c:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static void clear_distance(struct commit_list *list)
73{
74 while (list) {
75 struct commit *commit = list->item;
76 commit->object.flags &= ~COUNTED;
77 list = list->next;
78 }
79}
80
81define_commit_slab(commit_weight, int *);
82static struct commit_weight commit_weight;

Callers 1

do_find_bisectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected