From 6d98916f74cf9ee437dbe2d1711a172d5549dadc Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 20 Feb 2021 09:54:43 +0100 Subject: [PATCH 1/1] vcs/gitconfig: add more git-annex options --- vcs/gitconfig.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vcs/gitconfig.in b/vcs/gitconfig.in index c8b2304..eb9c61d 100644 --- a/vcs/gitconfig.in +++ b/vcs/gitconfig.in @@ -255,5 +255,12 @@ [annex] # My SSH config already uses ControlMaster where appropriate. sshcaching = false + # Don't upgrade repositories automatically + autoupgraderepository = false + # Force `git add` to add to git, never to annex + gitaddtoannex = false + # Consider dotfiles to be `git annex add`able; restrictions of + # annex.largefiles (if set) are still applied + dotfiles = true # vim: ft=gitconfig -- 2.43.2