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:

committed by
Petr Baudis

parent
127cfd0d2f
commit
5d728c8411
@ -167,7 +167,7 @@ static int checkout_entry(struct cache_entry *ce, const char *base_dir)
|
||||
strcpy(path + len, ce->name);
|
||||
|
||||
if (!lstat(path, &st)) {
|
||||
unsigned changed = cache_match_stat(ce, &st);
|
||||
unsigned changed = ce_match_stat(ce, &st);
|
||||
if (!changed)
|
||||
return 0;
|
||||
if (!force) {
|
||||
|
Reference in New Issue
Block a user