X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=vcs%2Fgitconfig.in;h=eb9c61d2047a2139d572aead836b7807cb2c05b2;hp=c8b2304537451412088d521366174a882cda5656;hb=6d98916f74cf9ee437dbe2d1711a172d5549dadc;hpb=9712dbc77b5c9860f1a6a42bfab49c12c19203a9 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