Hi, all: While trying to configure signed pushes, I found out that no mater where I set gpg.program=/opt/gnupg22/bin/gpg (in-repo config, ~/.gitconfig, /etc/gitconfig), git-receive-pack didn't appear to be paying any attention to that setting and always used the "gpg" command in the PATH. Not sure if that's intentional or not, but seems like it should be paying attention at least to /etc/gitconfig. -K