]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin-fast-export.c
builtin-fast-export.c: turn error into warning
[thirdparty/git.git] / builtin-fast-export.c
index fdf4ae9ebdba7832a0ac736d56a7b564bba41baa..8a6cf5e6495755f26fb322ec578c53668cc8edba 100644 (file)
@@ -378,8 +378,10 @@ static void get_tags_and_duplicates(struct object_array *pending,
                        }
                        break;
                default:
-                       die ("Unexpected object of type %s",
-                            typename(e->item->type));
+                       warning("%s: Unexpected object of type %s, skipping.",
+                               e->name,
+                               typename(e->item->type));
+                       continue;
                }
                if (commit->util)
                        /* more than one name for the same object */