convert has_sha1_file() callers to has_object_file()
[gitweb.git] / send-pack.c
index f692686770f69b49d44bf6dbabdb17886d85ea1a..c673d3ed06059301adf1e9a1257f32ab849850f8 100644 (file)
@@ -40,7 +40,7 @@ int option_parse_push_signed(const struct option *opt,
 
 static void feed_object(const struct object_id *oid, FILE *fh, int negative)
 {
-       if (negative && !has_sha1_file(oid->hash))
+       if (negative && !has_object_file(oid))
                return;
 
        if (negative)