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
@ -31,7 +31,7 @@ static void check_file(const char *path)
|
||||
if (lstat(path, &st) < 0)
|
||||
die("lstat(%s): %s", path, strerror(errno));
|
||||
|
||||
changed = cache_match_stat(ce, &st);
|
||||
changed = ce_match_stat(ce, &st);
|
||||
if (changed)
|
||||
die("preparing to update file '%s' not uptodate in cache", path);
|
||||
}
|
||||
|
Reference in New Issue
Block a user