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-files.c
diff --git
a/diff-files.c
b/diff-files.c
index 28f1b13b384dc122daf2b16574536e944b0f6291..54dd8bf1766ee37f366406b0c05acd66923733a2 100644
(file)
--- a/
diff-files.c
+++ b/
diff-files.c
@@
-121,7
+121,7
@@
int main(int argc, char **argv)
show_file('-', ce);
continue;
}
- changed = c
ach
e_match_stat(ce, &st);
+ changed = ce_match_stat(ce, &st);
if (!changed)
continue;