chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c9cf99
)
dot/gitconfig.in: Muffle warnings about non-executable hook scripts.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 18 Mar 2023 21:12:35 +0000
(21:12 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/gitconfig.in
b/dot/gitconfig.in
index 20235cb162b2466031d5ce19ca3f997777c3e4ae..84d11923cb68874fad2a35ae402edc3568b827e2 100644
(file)
--- a/
dot/gitconfig.in
+++ b/
dot/gitconfig.in
@@
-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