diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-06 08:15:40 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-06 08:15:40 +0200 |
commit | 6ee67f2610d0060bee45eee0b83fe42143441589 (patch) | |
tree | 3715da8cfe4ed5d0326a6657b0ad0ff73f66691c /entry.c | |
parent | git-read-tree: fix up two-way merge (diff) | |
download | git-6ee67f2610d0060bee45eee0b83fe42143441589.tar.xz git-6ee67f2610d0060bee45eee0b83fe42143441589.zip |
Fix entry.c dependency and compile problem
Bad Linus.
Diffstat (limited to '')
-rw-r--r-- | entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ static int write_entry(struct cache_entry *ce, const char *path, struct checkout return error("git-checkout-cache: unknown file mode for %s", path); } - if (state->update) { + if (state->refresh_cache) { struct stat st; lstat(ce->name, &st); fill_stat_cache_info(ce, &st); |