From b66393945a62e8543675e310625eabebc96dd597 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Mon, 25 Feb 2013 15:36:41 -0800 Subject: [PATCH] Fixing gitconfig and bash_profile to be compatible with older git version and possibly nonexistent gpg-agent on shared hosting. --- bash_profile | 2 +- gitconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bash_profile b/bash_profile index 858a5b7..dd89c14 100644 --- a/bash_profile +++ b/bash_profile @@ -68,7 +68,7 @@ _bash_profile_main() { _source_bash_extras get_ssh_agent - get_gpg_agent + which gpg-agent && test -d ~/.gnupg && get_gpg_agent _source_if_exists "$HOME/.gvm/scripts/gvm" _source_if_exists "$HOME/.gvmrc" diff --git a/gitconfig b/gitconfig index 4ee978b..dccc496 100644 --- a/gitconfig +++ b/gitconfig @@ -12,7 +12,7 @@ receivepack = true [push] - default = simple + default = matching [color] ui = auto