From: Simon Ruderich Date: Sat, 20 Feb 2021 08:54:43 +0000 (+0100) Subject: vcs/gitconfig: add more git-annex options X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=6d98916f74cf9ee437dbe2d1711a172d5549dadc vcs/gitconfig: add more git-annex options --- 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