Merge branch 'jk/still-interesting'
Code clean-up. * jk/still-interesting: revision.c: remove unneeded check for NULLmaint
commit
fbdeabf1f0
|
|
@ -361,7 +361,7 @@ static int everybody_uninteresting(struct commit_list *orig,
|
||||||
list = list->next;
|
list = list->next;
|
||||||
if (commit->object.flags & UNINTERESTING)
|
if (commit->object.flags & UNINTERESTING)
|
||||||
continue;
|
continue;
|
||||||
if (interesting_cache)
|
|
||||||
*interesting_cache = commit;
|
*interesting_cache = commit;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue