diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-12-30 15:59:33 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-12-30 15:59:33 +0100 |
commit | 68a8731c1631d516978cb14163d5379489d2138f (patch) | |
tree | c5200b7bf0280ef54b1f61b1ca298da39feaf396 /.gitconfig | |
parent | 103e681b8926799425a16e2af983d6c364c3155b (diff) |
.gitconfig: add signoff hook for mold
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -88,5 +88,7 @@ path = ~/.config/git/cilium.io [includeIf "gitdir:**/linux/.git"] path = ~/.config/git/with-signoff-hook +[includeIf "gitdir:**/mold/.git"] + path = ~/.config/git/with-signoff-hook [includeIf "gitdir:**/netsniff-ng/.git"] path = ~/.config/git/with-signoff-hook |