Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx> --- builtin/apply.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin/apply.c b/builtin/apply.c index d27aac6..ea7bf57 100644 --- a/builtin/apply.c +++ b/builtin/apply.c @@ -2441,7 +2441,7 @@ static int apply_binary(struct image *img, struct patch *patch) return 0; /* deletion patch */ } - if (has_sha1_file(sha1)) { + if (startup_info->have_repository && has_sha1_file(sha1)) { /* We already have the postimage */ enum object_type type; unsigned long size; -- 1.7.0.1.384.g6abcaa -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html