]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blame.c
l10n: it.po: update the Italian translation for Git 2.24.0 round #2
[thirdparty/git.git] / blame.c
diff --git a/blame.c b/blame.c
index 6384f4813368ce95a77d0e66f2bacf8e67d0f412..29770e5c81c0ad36cc18f8f17475ba7b2f509fb2 100644 (file)
--- a/blame.c
+++ b/blame.c
@@ -144,7 +144,7 @@ static void append_merge_parents(struct repository *r,
 
        while (!strbuf_getwholeline_fd(&line, merge_head, '\n')) {
                struct object_id oid;
-               if (line.len < GIT_SHA1_HEXSZ || get_oid_hex(line.buf, &oid))
+               if (get_oid_hex(line.buf, &oid))
                        die("unknown line in '%s': %s",
                            git_path_merge_head(r), line.buf);
                tail = append_parent(r, tail, &oid);