From: Don Armstrong Date: Mon, 25 Mar 2013 22:56:45 +0000 (-0700) Subject: do not cache git annex ssh connections X-Git-Url: https://git.donarmstrong.com/?p=git.git;a=commitdiff_plain;h=604a13a511db9581ed0feb6d6c13707fea602f3c do not cache git annex ssh connections --- diff --git a/.gitconfig b/.gitconfig index 94bb558..83c9907 100644 --- a/.gitconfig +++ b/.gitconfig @@ -3,3 +3,5 @@ [user] name = Don Armstrong email = don@donarmstrong.com +[annex] + sshcaching = false \ No newline at end of file