chiark / gitweb /
dot/gitconfig.in: Muffle warnings about non-executable hook scripts.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 18 Mar 2023 21:12:35 +0000 (21:12 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 18 Mar 2023 21:47:35 +0000 (21:47 +0000)
These were left around by old versions of Git.

dot/gitconfig.in

index 20235cb162b2466031d5ce19ca3f997777c3e4ae..84d11923cb68874fad2a35ae402edc3568b827e2 100644 (file)
@@ -7,6 +7,9 @@
        attributesfile = @profile@/git/attributes
        whitespace = trailing-space,space-before-tab,indent-with-non-tab
 
+[advice]
+       ignoredHook = false
+
 [user]
        name = Mark Wooding
        email = mdw@distorted.org.uk