From 3a462026b82b1f32848ea55c23d5a2e71cd3be7a Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 21 Jun 2019 12:16:21 +0900 Subject: [PATCH] Add tag.forceSignAnnotated --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 491ea2e..232716d 100644 --- a/Makefile +++ b/Makefile @@ -306,6 +306,7 @@ else ifneq (,$(xz)) $(git_conf) tar.txz.command "xz -c" endif + $(git_conf) tag.forceSignAnnotated true $(git_conf) alias.graph "log --graph --date-order -C -M --pretty=tformat:\"%C(green)%h%C(reset) %C(white)%ad%C(reset) %C(red)%an%C(reset)%C(yellow)%d%C(reset) %C(white bold)%s%C(reset)\" --date=short -n 499" $(git_conf) alias.st "status -s -b"