diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-12-04 13:23:08 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-12-04 13:23:08 +0100 |
commit | 103e681b8926799425a16e2af983d6c364c3155b (patch) | |
tree | 825beabb2b4ae75a23959e661f7b1b147df11996 /.gitconfig | |
parent | 47d974d0676c80c649ad1c4afeb2786036007128 (diff) |
.gitconfig: sign tags by default
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ [stash] showPatch = true [tag] + gpgsign = true sort = version:refname [versionsort] prereleaseSuffix = -rc |