diff options
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -446,6 +446,14 @@ static inline enum object_type object_type(unsigned int mode) #define GIT_QUARANTINE_ENVIRONMENT "GIT_QUARANTINE_PATH" /* + * Environment variable used in handshaking the wire protocol. + * Contains a colon ':' separated list of keys with optional values + * 'key[=value]'. Presence of unknown keys and values must be + * ignored. + */ +#define GIT_PROTOCOL_ENVIRONMENT "GIT_PROTOCOL" + +/* * This environment variable is expected to contain a boolean indicating * whether we should or should not treat: * |