From 0d49f3bcbcfbc63bf8d8aba693023cca0803d47c Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 2 May 2017 08:59:36 -0400 Subject: [PATCH] Fix gpg program to use The latest homebrew upgrade seems to no longer provide gpg and instead provides gpg2. --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 9fc1763..b8c6451 100644 --- a/gitconfig +++ b/gitconfig @@ -36,6 +36,8 @@ editor = vim excludesfile = ~/.gitignore_global filemode = false +[gpg] + program = gpg2 [merge] tool = vimdiff [push]