mirror of
https://github.com/git/git.git
synced 2024-11-24 10:26:17 +08:00
Merge branch 'jk/still-interesting'
Code clean-up. * jk/still-interesting: revision.c: remove unneeded check for NULL
This commit is contained in:
commit
fbdeabf1f0
@ -361,8 +361,8 @@ static int everybody_uninteresting(struct commit_list *orig,
|
||||
list = list->next;
|
||||
if (commit->object.flags & UNINTERESTING)
|
||||
continue;
|
||||
if (interesting_cache)
|
||||
*interesting_cache = commit;
|
||||
|
||||
*interesting_cache = commit;
|
||||
return 0;
|
||||
}
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user