Merge branch 'bc/blame-crlf-test' into maint
[gitweb.git] / builtin / blame.c
index 128fc64d64f46af010ffcc1cf83b98705c60dabc..d8b276048eee8b557a7d3dc0294587913cd66a45 100644 (file)
@@ -2095,7 +2095,6 @@ static struct commit *fake_working_tree_commit(struct diff_options *opt,
                if (strbuf_read(&buf, 0, 0) < 0)
                        die_errno("failed to read from stdin");
        }
-       convert_to_git(path, buf.buf, buf.len, &buf, 0);
        origin->file.ptr = buf.buf;
        origin->file.size = buf.len;
        pretend_sha1_file(buf.buf, buf.len, OBJ_BLOB, origin->blob_sha1);