Skip to content

Commit eb5624e

Browse files
committed
fixup! fast-export: do not refer to non-existing marks
1 parent c6bfb28 commit eb5624e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builtin/fast-export.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ static void handle_reset(const char *name, struct object *object)
856856
get_object_mark(object));
857857
else
858858
printf("reset %s\nfrom %s\n\n", name,
859-
sha1_to_hex(object->sha1));
859+
oid_to_hex(&object->oid));
860860
}
861861

862862
static void handle_tags_and_duplicates(void)

0 commit comments

Comments
 (0)