Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
contrib/git-svn: version 0.10.0
[gitweb.git]
/
apply.c
diff --git
a/apply.c
b/apply.c
index 1083d4f31677357fe86c5ab85960df44a28ce721..244718ca13aa58567974ea3b72d58c0365cc3c21 100644
(file)
--- a/
apply.c
+++ b/
apply.c
@@
-1317,7
+1317,7
@@
static int check_patch(struct patch *patch)
return -1;
}
- changed = ce_match_stat(active_cache[pos], &st);
+ changed = ce_match_stat(active_cache[pos], &st
, 1
);
if (changed)
return error("%s: does not match index",
old_name);