From: Simon Ruderich Date: Sun, 6 Nov 2016 11:44:54 +0000 (+0100) Subject: gitconfig: disable annex.sshcaching X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=ec66748118be9e076d2f2db14140ec217d6e0347 gitconfig: disable annex.sshcaching --- diff --git a/gitconfig.in b/gitconfig.in index 00045f4..0b50312 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -226,4 +226,11 @@ # receive-pack and git fetch (>= 1.7.8, for fetch)). fsckObjects = yes + +# NON-GIT SETTINGS + +[annex] + # My SSH config already uses ControlMaster where appropriate. + sshcaching = false + # vim: ft=gitconfig