]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/pack-objects.c
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / builtin / pack-objects.c
index a8692d27f1802eac0af40cb86d080df11651524a..5617c01b5aae0dafd33467cecabe8b58fd36d568 100644 (file)
@@ -3357,7 +3357,7 @@ static void get_object_list(int ac, const char **av)
                        if (starts_with(line, "--shallow ")) {
                                struct object_id oid;
                                if (get_oid_hex(line + 10, &oid))
-                                       die("not an SHA-1 '%s'", line + 10);
+                                       die("not an object name '%s'", line + 10);
                                register_shallow(the_repository, &oid);
                                use_bitmap_index = 0;
                                continue;