glossary: Update and rephrase the definition of a remote-tracking branch
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index e1e8ce80ed11efb9483fca3205f383a3f0825cd7..ba5a47c480c4f6a69aaf8ffc5f302af9ee3ab5a0 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -465,6 +465,7 @@ extern int remove_file_from_index(struct index_state *, const char *path);
 #define ADD_CACHE_IGNORE_ERRORS        4
 #define ADD_CACHE_IGNORE_REMOVAL 8
 #define ADD_CACHE_INTENT 16
+#define ADD_CACHE_IMPLICIT_DOT 32      /* internal to "git add -u/-A" */
 extern int add_to_index(struct index_state *, const char *path, struct stat *, int flags);
 extern int add_file_to_index(struct index_state *, const char *path, int flags);
 extern struct cache_entry *make_cache_entry(unsigned int mode, const unsigned char *sha1, const char *path, int stage, int refresh);