Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
"git-apply --check" should not report "fixed"
[gitweb.git]
/
entry.c
diff --git
a/entry.c
b/entry.c
index cfadc6a292033d349f6b1efff75d2c4f9f2525fe..257ab46e943f1f8b7445f01c10d949224c17112f 100644
(file)
--- a/
entry.c
+++ b/
entry.c
@@
-203,7
+203,7
@@
int checkout_entry(struct cache_entry *ce, const struct checkout *state, char *t
strcpy(path + len, ce->name);
if (!lstat(path, &st)) {
- unsigned changed = ce_match_stat(ce, &st,
1
);
+ unsigned changed = ce_match_stat(ce, &st,
CE_MATCH_IGNORE_VALID
);
if (!changed)
return 0;
if (!state->force) {