Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: fix remote.<name>.skipDefaultUpdate description
[gitweb.git]
/
builtin-apply.c
diff --git
a/builtin-apply.c
b/builtin-apply.c
index 5cc90e68f880180b072db946080c4168b98603cf..0fff02e0d826115d4b05d8ba6415a0107d3cf22f 100644
(file)
--- a/
builtin-apply.c
+++ b/
builtin-apply.c
@@
-2099,7
+2099,7
@@
static int verify_index_match(struct cache_entry *ce, struct stat *st)
return -1;
return 0;
}
- return ce_match_stat(ce, st,
1
);
+ return ce_match_stat(ce, st,
CE_MATCH_IGNORE_VALID
);
}
static int check_patch(struct patch *patch, struct patch *prev_patch)