config: "git config baa" should exit with status 1
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 84b82297484df95c6908c5d4571d63f9f04e601f..96ba07320b0d7f80f9e397ed8ce83ce4e449b74e 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -1141,6 +1141,7 @@ extern int update_server_info(int);
 #define CONFIG_NO_WRITE 4
 #define CONFIG_NOTHING_SET 5
 #define CONFIG_INVALID_PATTERN 6
+#define CONFIG_GENERIC_ERROR 7
 
 typedef int (*config_fn_t)(const char *, const char *, void *);
 extern int git_default_config(const char *, const char *, void *);