Skip to content

Commit 22c02b0

Browse files
committed
Merge branch 'en/ort-inner-merge-error-fix' into jch
The "ort" merge backend saw one bugfix for a crash that happens when inner merge gets killed, and assorted code clean-ups. * en/ort-inner-merge-error-fix: merge-ort: fix missing early return
2 parents c26a4a1 + fcf59ac commit 22c02b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

merge-ort.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3620,6 +3620,7 @@ static int read_oid_strbuf(struct merge_options *opt,
36203620
path_msg(opt, ERROR_OBJECT_NOT_A_BLOB, 0,
36213621
path, NULL, NULL, NULL,
36223622
_("error: object %s is not a blob"), oid_to_hex(oid));
3623+
return -1;
36233624
}
36243625
strbuf_attach(dst, buf, size, size + 1);
36253626
return 0;

0 commit comments

Comments
 (0)