convert "hashcmp() == 0" to hasheq()
[gitweb.git] / http-push.c
index 5eaf551b51e7aaf87219d4af0ca19873484c90ca..283495c18a31d3e2acba9f06e7e0605e111a25fb 100644 (file)
@@ -1859,7 +1859,7 @@ int cmd_main(int argc, const char **argv)
                        continue;
                }
 
-               if (!oidcmp(&ref->old_oid, &ref->peer_ref->new_oid)) {
+               if (oideq(&ref->old_oid, &ref->peer_ref->new_oid)) {
                        if (push_verbosely)
                                fprintf(stderr, "'%s': up-to-date\n", ref->name);
                        if (helper_status)