X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=cache.h;h=38985aa63eaa41ee7ddc322c682a7482a8204cbe;hb=93310a40eb022a0e36e7c618921931d8ffc31fd1;hp=a779d9207c8ea4d4e8455a89b17f312e0e71332d;hpb=588c038ac690e012a00dcace34fb318449f5ec7c;p=git.git diff --git a/cache.h b/cache.h index a779d9207..38985aa63 100644 --- a/cache.h +++ b/cache.h @@ -397,7 +397,8 @@ extern void fill_stat_cache_info(struct cache_entry *ce, struct stat *st); #define REFRESH_UNMERGED 0x0002 /* allow unmerged */ #define REFRESH_QUIET 0x0004 /* be quiet about it */ #define REFRESH_IGNORE_MISSING 0x0008 /* ignore non-existent */ -#define REFRESH_IGNORE_SUBMODULES 0x0008 /* ignore submodules */ +#define REFRESH_IGNORE_SUBMODULES 0x0010 /* ignore submodules */ +#define REFRESH_SAY_CHANGED 0x0020 /* say "changed" not "needs update" */ extern int refresh_index(struct index_state *, unsigned int flags, const char **pathspec, char *seen); struct lock_file {