Merge branch 'jc/apply-ws-prefix' into maint
[gitweb.git] / builtin / diff-tree.c
index ce0e019e0caa358e1f5e39e5ed51bec3945197e0..1c4ad6223eb9547666ec21f81f410ef1a459ec92 100644 (file)
@@ -68,9 +68,7 @@ static int diff_tree_stdin(char *line)
        line[len-1] = 0;
        if (get_sha1_hex(line, sha1))
                return -1;
-       obj = lookup_unknown_object(sha1);
-       if (!obj || !obj->parsed)
-               obj = parse_object(sha1);
+       obj = parse_object(sha1);
        if (!obj)
                return -1;
        if (obj->type == OBJ_COMMIT)