mirror of
https://github.com/git/git.git
synced 2026-02-03 22:42:53 +00:00
fixup! fast-export: do not refer to non-existing marks
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user