Alex Riesen schrieb: > Can MSys folks please try it? I noticed it when the test > t2103-update-index-ignore-missing.sh (the 5th case) started failing. I tested it. mingw.git does suffer from the problem, and this fixes it. But! > + if ((changed & DATA_CHANGED) && (ce->ce_size != 0 || S_ISGITLINK(ce->ce_mode))) Does this mean that ce->ce_size is non-zero for gitlinks, at least on Unix? Is this value useful in anyway? I don't think so. Then it shouldn't be a random value that lstat() happens to return. -- Hannes -- 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