From 5cf35f9cbbf950de247e37413c89f5b09fbf97d5 Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Fri, 10 May 2024 18:09:39 +0900 Subject: [PATCH] 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 Test Plan: test creating tags? Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D63 --- default.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/default.gitconfig b/default.gitconfig index be6e35d..9d6a747 100644 --- a/default.gitconfig +++ b/default.gitconfig @@ -1,3 +1,5 @@ +# Copyright (C) 2016 Yongmin Hong +# SPDX-License-Identifier: Apache-2.0 [user] name = Yongmin Hong email = revi@omglol.email @@ -24,3 +26,5 @@ smtpserverport = 587 [init] defaultBranch = master +[tag] + forceSignAnnotated = true