X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rev-list.c;h=ee5f15ae4e21bcf931db034ad7c02bed76d18fa3;hb=3fe5489a2550118e0eb3f90e348cb78afeeb61e0;hp=f2d1105cae19fbda9643846834a8c3633ff77447;hpb=709a9e5771ddb32995df6a0622e5d643baa4487a;p=git.git diff --git a/rev-list.c b/rev-list.c index f2d1105c..ee5f15ae 100644 --- a/rev-list.c +++ b/rev-list.c @@ -255,8 +255,8 @@ static void show_commit_list(struct commit_list *list) die("unknown pending object %s (%s)", sha1_to_hex(obj->sha1), name); } while (objects) { - /* An object with name "foo\n0000000000000000000000000000000000000000" - * can be used confuse downstream git-pack-objects very badly. + /* An object with name "foo\n0000000..." can be used to + * confuse downstream git-pack-objects very badly. */ const char *ep = strchr(objects->name, '\n'); if (ep) {