diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:17 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-05-17 14:38:17 -0700 |
commit | 6675f501f6b987dbdb0dbeb1d2efeb5a27fc41a7 (patch) | |
tree | 68e85638e5f5de0d30d1c9881e7f0b5826fe2bca /cache.h | |
parent | f2c96ceb57afd8c64c3e3e656f9390c95e9fbec9 (diff) | |
parent | 867ad08a2610526edb5723804723d371136fc643 (diff) | |
download | git-6675f501f6b987dbdb0dbeb1d2efeb5a27fc41a7.tar.gz |
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 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -654,6 +654,7 @@ extern int warn_on_object_refname_ambiguity; 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; |