commit_dist       190 bisect.c       	struct commit_dist *a, *b;
commit_dist       192 bisect.c       	a = (struct commit_dist *)a_;
commit_dist       193 bisect.c       	b = (struct commit_dist *)b_;
commit_dist       202 bisect.c       	struct commit_dist *array = xcalloc(nr, sizeof(*array));