dots/default.gitconfig
Yongmin Hong 5cf35f9cbb
gitconfig: add tag.forceSignAnnotated
Summary:
Config in macOS device. [man git](https://git-scm.com/docs/git-config#Documentation/git-config.txt-tagforceSignAnnotated)

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: test creating tags?

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Differential Revision: https://issuetracker.revi.xyz/D63
2024-05-10 18:11:03 +09:00

30 lines
682 B
Text

# Copyright (C) 2016 Yongmin Hong <https://revi.xyz>
# SPDX-License-Identifier: Apache-2.0
[user]
name = Yongmin Hong
email = revi@omglol.email
signingkey = EA100E94
[gitreview]
username = revi
[core]
editor = nano
[include]
path = ~/.gitaliases
[diff]
tool = default-difftool
[difftool "default-difftool"]
cmd = code --wait --diff $LOCAL $REMOTE
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[sendemail]
smtpserver = smtp.fastmail.com
smtpuser = revi@omglol.email
smtpencryption = tls
smtpserverport = 587
[init]
defaultBranch = master
[tag]
forceSignAnnotated = true