unsigned int ce_mode_s_ifmt = ce->ce_mode & S_IFMT;
struct delayed_checkout *dco = state->delayed_checkout;
int fd, ret, fstat_done = 0;
unsigned int ce_mode_s_ifmt = ce->ce_mode & S_IFMT;
struct delayed_checkout *dco = state->delayed_checkout;
int fd, ret, fstat_done = 0;
return error("unable to read sha1 file of %s (%s)",
path, oid_to_hex(&ce->oid));
return error("unable to read sha1 file of %s (%s)",
path, oid_to_hex(&ce->oid));
return error("unable to read sha1 file of %s (%s)",
path, oid_to_hex(&ce->oid));
}
return error("unable to read sha1 file of %s (%s)",
path, oid_to_hex(&ce->oid));
}
- ret = convert_to_working_tree(ce->name, new, size, &buf);
+ ret = convert_to_working_tree(ce->name, new_blob, size, &buf);