diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2022-01-26 08:42:29 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2022-01-26 08:42:29 +0100 |
commit | 414279da94a305a9199f475e468a9f3fa22b42f3 (patch) | |
tree | 063e257544ba0b0e9e84ffd51053bc5b6bc5d609 /.config/git | |
parent | 3b21170fda2f06c9740b383704f152fd4607c366 (diff) |
Disable GPG signing in golang.org repos
Diffstat (limited to '.config/git')
-rw-r--r-- | .config/git/golang.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/git/golang.org b/.config/git/golang.org new file mode 100644 index 0000000..a37c999 --- /dev/null +++ b/.config/git/golang.org @@ -0,0 +1,4 @@ +[commit] + gpgsign = false +[tag] + gpgsign = false |