branch: elpa/magit
commit 0cd33bfd3ae5126498d48670ae5f1b0c0d329e7e
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
magit-zap-caches: Zap magit--overriding-githook-directory
---
lisp/magit-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/lisp/magit-mode.el b/lisp/magit-mode.el
index 3f3f1fce7f..cbaeca55cc 100644
--- a/lisp/magit-mode.el
+++ b/lisp/magit-mode.el
@@ -1571,6 +1571,7 @@ mentioned caches completely."
(cond (all
(setq magit-repository-local-cache nil)
(setq magit--host-git-version-cache nil)
+ (setq magit--overriding-githook-directory nil)
(dolist (buffer (buffer-list))
(with-current-buffer buffer
(when (derived-mode-p 'magit-mode)