Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rename cache_match_stat() to ce_match_stat()
[gitweb.git]
/
diff-cache.c
diff --git
a/diff-cache.c
b/diff-cache.c
index 84527190fef259dc8e8865693fe5591be86f79c4..afce9553feca7ce69bf59a1ff785dcf7203fb647 100644
(file)
--- a/
diff-cache.c
+++ b/
diff-cache.c
@@
-33,7
+33,7
@@
static int get_stat_data(struct cache_entry *ce, unsigned char **sha1p, unsigned
}
return -1;
}
- changed = c
ach
e_match_stat(ce, &st);
+ changed = ce_match_stat(ce, &st);
if (changed) {
mode = create_ce_mode(st.st_mode);
sha1 = no_sha1;