зеркало из https://github.com/microsoft/git.git
revision --boundary: fix stupid typo
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Родитель
80e25ceece
Коммит
892ae6bf13
|
@ -1247,7 +1247,7 @@ static void gc_boundary(struct object_array *array)
|
|||
objects[j] = objects[i];
|
||||
j++;
|
||||
}
|
||||
for (i = j; j < nr; j++)
|
||||
for (i = j; i < nr; i++)
|
||||
objects[i].item = NULL;
|
||||
array->nr = j;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче