We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68f532f + 43bc230 commit 8772575Copy full SHA for 8772575
1 file changed
builtin/fast-export.c
@@ -610,7 +610,7 @@ static void import_marks(char *input_file)
610
die ("Could not read blob %s", sha1_to_hex(sha1));
611
612
if (object->flags & SHOWN)
613
- error("Object %s already has a mark", sha1);
+ error("Object %s already has a mark", sha1_to_hex(sha1));
614
615
mark_object(object, mark);
616
if (last_idnum < mark)
0 commit comments