X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=cache.h;h=afa8e4f0acbd36947590e428fd86ed0cd2000276;hb=fbd01abf50488d8ed94c36bdd5bfc2a4ddafb8a2;hp=4b7a4392531dd4064694cd346fef902a2b1930e9;hpb=f7a3276bab880222e3117f8b8cbef40920dfe884;p=git.git diff --git a/cache.h b/cache.h index 4b7a4392..afa8e4f0 100644 --- a/cache.h +++ b/cache.h @@ -158,6 +158,12 @@ extern int index_pipe(unsigned char *sha1, int fd, const char *type, int write_o extern int index_path(unsigned char *sha1, const char *path, struct stat *st, int write_object); extern void fill_stat_cache_info(struct cache_entry *ce, struct stat *st); +#define REFRESH_REALLY 0x0001 /* ignore_valid */ +#define REFRESH_UNMERGED 0x0002 /* allow unmerged */ +#define REFRESH_QUIET 0x0004 /* be quiet about it */ +#define REFRESH_IGNORE_MISSING 0x0008 /* ignore non-existent */ +extern int refresh_cache(unsigned int flags); + struct cache_file { struct cache_file *next; char lockfile[PATH_MAX];