зеркало из https://github.com/microsoft/git.git
revision.c: whitespace fix
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
2b603260f3
Коммит
60d30b02fc
|
@ -489,7 +489,7 @@ static int add_parents_to_list(struct rev_info *revs, struct commit *commit,
|
|||
p->object.flags |= SEEN;
|
||||
insert_by_date_cached(p, list, cached_base, cache_ptr);
|
||||
}
|
||||
if(revs->first_parent_only)
|
||||
if (revs->first_parent_only)
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче