Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: support for funky branch and project names over HTTP(S)
[gitweb.git]
/
entry.c
diff --git
a/entry.c
b/entry.c
index fc3a506ecef4ed654f26c11996df109dd135a4ed..ef88f62ce82e7188a8d1863227a87033543958fb 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) {