From f8878d9e233b895e9d19e563dfcefa9b56533f4e Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 6 Aug 2018 22:46:09 -0400 Subject: [PATCH] Re-enabled git signing --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 7df96e8..d93168c 100644 --- a/gitconfig +++ b/gitconfig @@ -13,7 +13,7 @@ process = git-lfs filter-process required = true [commit] - gpgsign = false + gpgsign = true [alias] up = !git pull --prune $@ && git submodule update --init --recursive [credential]