Jonathan Nieder <jrnieder@xxxxxxxxx> writes: > @@ -1382,7 +1382,9 @@ static int verify_absent_1(struct cache_entry *ce, > return check_ok_to_remove(ce->name, ce_namelen(ce), > ce_to_dtype(ce), ce, &st, > error_type, o); > - > + if (errno != ENOENT) > + return error("cannot stat '%s': %s", ce->name, > + strerror(errno)); > return 0; Is errno guaranteed to be set to something relevant at this point in the code...? -miels -- Religion, n. A daughter of Hope and Fear, explaining to Ignorance the nature of the Unknowable. -- 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