Merge branch 'ds/add-missing-tags'
[gitweb.git] / tree-diff.c
index 16b28ff6d6d4b678c6e4659d4e81b1bcf7f00ad9..0e5432461026eff15fe101cf017cd839702e5870 100644 (file)
@@ -491,7 +491,7 @@ static struct combine_diff_path *ll_diff_tree_paths(
                                                continue;
 
                                        /* diff(t,pi) != ΓΈ */
-                                       if (oidcmp(t.entry.oid, tp[i].entry.oid) ||
+                                       if (!oideq(t.entry.oid, tp[i].entry.oid) ||
                                            (t.entry.mode != tp[i].entry.mode))
                                                continue;