/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ce_match_stat, run_diff_files: use symbolic constants for readability
[git/git.git]
/
entry.c
diff --git
a/entry.c
b/entry.c
index
fc3a506
..
ef88f62
100644
(file)
--- a/
entry.c
+++ b/
entry.c
@@
-200,7
+200,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) {