Code

Merge branch 'jc/send-insane-refs' into next
[git.git] / rev-list.c
index 373549e59eaf139be01520fa33719d08e0429660..15894005c5c0a8c722bf3511fd3c5a24973c4447 100644 (file)
@@ -256,8 +256,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) {