From: martin f. krafft Date: Thu, 1 Mar 2018 02:49:34 +0000 (+1300) Subject: disable warnings about non-executable hooks X-Git-Url: https://git.madduck.net/etc/git.git/commitdiff_plain/3d1e4f1ed9ccd174f23e4c51935d5273eb68c024?ds=sidebyside disable warnings about non-executable hooks --- diff --git a/.gitconfig b/.gitconfig index 9a47169..83f80cd 100644 --- a/.gitconfig +++ b/.gitconfig @@ -68,3 +68,5 @@ enabled = true [rebase] autosquash = true +[advice] + ignoredHook = false