clean: improve performance when removing lots of directories
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index 25578cbf3cd29ca2a4f4fc2a4423eb8136cff164..858d9b368801a19ccab9c91c719e3b15680b7bd5 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -454,6 +454,7 @@ extern const char *get_git_work_tree(void);
 #define READ_GITFILE_ERR_INVALID_FORMAT 5
 #define READ_GITFILE_ERR_NO_PATH 6
 #define READ_GITFILE_ERR_NOT_A_REPO 7
+#define READ_GITFILE_ERR_TOO_LARGE 8
 extern const char *read_gitfile_gently(const char *path, int *return_error_code);
 #define read_gitfile(path) read_gitfile_gently((path), NULL)
 extern const char *resolve_gitdir(const char *suspect);