From d751ddd2b9c2caef2037a98d4a04fbfe7fbdbd8c Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 22 Oct 2012 15:14:50 -0400 Subject: [PATCH] .gitconfig: add GnuPG diff logic. --- src/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/.gitconfig b/src/.gitconfig index 33f7dee..40aa5a8 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -16,3 +16,7 @@ cccmd = /home/wking/bin/git-cc aliasesfile = /home/wking/.mutt/aliases aliasfiletype = mutt + +[diff "gpg"] + textconv = gpg -v + xfuncname = "^((pub|uid) .*)" -- 2.26.2