From f22c1de40ae795e440910e2f8f7524318be6066a Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 21 Jun 2019 12:19:16 +0900 Subject: [PATCH] Fix --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c424f7c..85adace 100644 --- a/Makefile +++ b/Makefile @@ -321,7 +321,8 @@ endif $(git_conf) alias.me "merge --no-ff --stat --verbose" $(git_conf) alias.ffme "merge --ff-only --stat --verbose" $(git_conf) alias.gr "grep -n" - $(git_conf) alias.atag "tag -a" + $(git_conf) alias.atag "tag --annotated" + $(git_conf) alias.stag "tag --signed" $(git_conf) alias.ls "ls-files" # $(git_conf) alias.ls "ls-files -v --full-name" # $(git_conf) alias.ls "status -u -s ."