]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
gitconfig: disable annex.sshcaching
authorSimon Ruderich <simon@ruderich.org>
Sun, 6 Nov 2016 11:44:54 +0000 (12:44 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 6 Nov 2016 11:44:54 +0000 (12:44 +0100)
gitconfig.in

index 00045f4951e2c0a9620e908643a1de0c51c07085..0b50312b21bb1ed54bfa6a597d5a2a35746b4619 100644 (file)
        # 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