diff options
| author | Anton Bobov <anton@bobov.name> | 2023-08-28 00:04:05 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2023-08-28 00:04:05 +0500 |
| commit | 4417d432399adde0aecbd0f8a8bba1ad00162677 (patch) | |
| tree | 8757d38ce386c25e183dd2fa0690b8491934d472 /files/.gitconfig | |
| parent | 47139223493040b51f6d4168bad7b993b5e7a2b2 (diff) | |
Updates
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig index 97de1b8..277fc43 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -4,6 +4,8 @@ signingkey = B4DCCEF7CE0E6AF3 [commit] gpgsign = true +[tag] + gpgsign = true [http] sslVerify = false [color "diff-highlight"] @@ -113,6 +115,7 @@ rebase = true [push] followTags = true + gpgSign = if-asked [guitool "meld"] cmd = meld $FILENAME noconsole = yes |
