fixup! fast-export: do not refer to non-existing marks

This commit is contained in:
Johannes Schindelin
2016-01-05 15:02:07 +01:00
parent c6bfb28a9d
commit eb5624e7fa

View File

@@ -856,7 +856,7 @@ static void handle_reset(const char *name, struct object *object)
get_object_mark(object));
else
printf("reset %s\nfrom %s\n\n", name,
sha1_to_hex(object->sha1));
oid_to_hex(&object->oid));
}
static void handle_tags_and_duplicates(void)