diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-17 23:38:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-17 23:38:17 +0200 |
commit | 6675f501f6b987dbdb0dbeb1d2efeb5a27fc41a7 (patch) | |
tree | 68e85638e5f5de0d30d1c9881e7f0b5826fe2bca /environment.c | |
parent | Merge branch 'sb/submodule-init' (diff) | |
parent | hooks: allow customizing where the hook directory is (diff) | |
download | git-6675f501f6b987dbdb0dbeb1d2efeb5a27fc41a7.tar.xz git-6675f501f6b987dbdb0dbeb1d2efeb5a27fc41a7.zip |
Merge branch 'ab/hooks'
A new configuration variable core.hooksPath allows customizing
where the hook directory is.
* ab/hooks:
hooks: allow customizing where the hook directory is
githooks.txt: minor improvements to the grammar & phrasing
githooks.txt: amend dangerous advice about 'update' hook ACL
githooks.txt: improve the intro section
Diffstat (limited to 'environment.c')
-rw-r--r-- | environment.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/environment.c b/environment.c index 57acb2fe2a..2857e3f366 100644 --- a/environment.c +++ b/environment.c @@ -31,6 +31,7 @@ const char *git_log_output_encoding; 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; |