X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=entry.c;h=8fb99bc83f2d168e4a374d076608a2f42abbe434;hb=9a9d58520d255c54c3ca1f60eefe0bfedcab0164;hp=6c47c3a3e1acb8badaadad42dfe3d0bd7a06cac3;hpb=ca182053c7710a286d72102f4576cf32e0dafcfb;p=git.git diff --git a/entry.c b/entry.c index 6c47c3a3e..8fb99bc83 100644 --- a/entry.c +++ b/entry.c @@ -123,7 +123,7 @@ int checkout_entry(struct cache_entry *ce, struct checkout *state) strcpy(path + len, ce->name); if (!lstat(path, &st)) { - unsigned changed = ce_match_stat(ce, &st); + unsigned changed = ce_match_stat(ce, &st, 1); if (!changed) return 0; if (!state->force) {