Rename cache_match_stat() to ce_match_stat()

Signed-off-by: Brad Roberts <braddr@puremagic.com>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
This commit is contained in:
Brad Roberts
2005-05-14 19:04:25 -07:00
committed by Petr Baudis
parent 127cfd0d2f
commit 5d728c8411
8 changed files with 8 additions and 8 deletions

View File

@ -33,7 +33,7 @@ static int get_stat_data(struct cache_entry *ce, unsigned char **sha1p, unsigned
}
return -1;
}
changed = cache_match_stat(ce, &st);
changed = ce_match_stat(ce, &st);
if (changed) {
mode = create_ce_mode(st.st_mode);
sha1 = no_sha1;