hooks: allow customizing where the hook directory is
[gitweb.git] / cache.h
diff --git a/cache.h b/cache.h
index b829410f6da0afc14353b4621d2fdf874181a9f7..a7529b0233f5ce0647999e106ea9dbc58396039d 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -655,6 +655,7 @@ extern int shared_repository;
 extern const char *apply_default_whitespace;
 extern const char *apply_default_ignorewhitespace;
 extern const char *git_attributes_file;
+extern const char *git_hooks_path;
 extern int zlib_compression_level;
 extern int core_compression_level;
 extern int core_compression_seen;