Skip to content

Commit 6dd361d

Browse files
committed
SQUASH???
1 parent 99e4e04 commit 6dd361d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bisect.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,11 +412,11 @@ static inline int all_parents_are_visited(struct commit *merge)
412412

413413
static struct commit *extract_merge_to_queue(struct commit_list **merges)
414414
{
415-
assert(merges);
416-
417415
struct commit_list *p, *q;
418416
struct commit *found;
419417

418+
assert(merges);
419+
420420
/* find a merge that is ready, i.e. all parents have been computed */
421421
for (q = NULL, p = *merges; p && !all_parents_are_visited(p->item);
422422
q = p, p = p->next);

0 commit comments

Comments
 (0)