Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2018-10-24 10:25:12 +09:00
Родитель 05b4ed61f4
Коммит b84c783882
1 изменённых файлов: 1 добавлений и 1 удалений

2
fsck.c
Просмотреть файл

@ -485,7 +485,7 @@ static int fsck_walk_commit(struct commit *commit, void *data, struct fsck_optio
if (name) {
struct object *obj = &parents->item->object;
if (++counter > 1)
if (counter++)
put_object_name(options, obj, "%s^%d",
name, counter);
else if (generation > 0)