hooks: allow customizing where the hook directory is
[gitweb.git] / environment.c
index 6dec9d0403f11579a7ab316db87a1dbbc58e71b2..a14d1150238255e1de0bc4fe287627b91d0de620 100644 (file)
@@ -33,6 +33,7 @@ int shared_repository = PERM_UMASK;
 const char *apply_default_whitespace;
 const char *apply_default_ignorewhitespace;
 const char *git_attributes_file;
+const char *git_hooks_path;
 int zlib_compression_level = Z_BEST_SPEED;
 int core_compression_level;
 int core_compression_seen;