Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'jc/status'
[gitweb.git]
/
apply.c
diff --git
a/apply.c
b/apply.c
index 2ad47fbbb37b245a78abd8e8255d39b39a52f9a9..35ae48eeb580a95399fd213c5813fc0fa4ec40c2 100644
(file)
--- a/
apply.c
+++ b/
apply.c
@@
-1309,7
+1309,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);