Jeremiah Mahler wrote: > --- a/unpack-trees.c > +++ b/unpack-trees.c [...] > @@ -678,7 +667,7 @@ static int find_cache_pos(struct traverse_info *info, > ce_len = ce_slash - ce_name; > else > ce_len = ce_namelen(ce) - pfxlen; > - cmp = name_compare(p->path, p_len, ce_name, ce_len); > + cmp = strnncmp(p->path, p_len, ce_name, ce_len); Likewise --- the sign of the result is important here. -- 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