On Sat, May 3, 2008 at 5:57 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > --- a/read-cache.c > +++ b/read-cache.c > @@ -258,6 +258,7 @@ static int ce_match_stat_basic(struct cache_entry *ce, struct stat *st) > static int is_racy_timestamp(const struct index_state *istate, struct cache_entry *ce) > { > return (istate->timestamp && > + !S_ISGITLINK(ce->ce_mode) && > ((unsigned int)istate->timestamp) <= ce->ce_mtime); > } > fine -- Ping Yin -- 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