git-annex/Assistant/WebApp/Configurators
Joey Hess 789ca15012 better prevention of auto repack
Looking through the git sources (documentation is unclear),
it seems commit doesn't ever trigger git-gc, mostly fetching and merging
seems to. I cannot easily override the setting in all those places, so
instead set gc.auto in git config when initializing a repository with
the assistant.

This does mean that the user cannot set gc.auto=0 and completely avoid
repacks, as the assistant does it daily. But, it only does it after there
are 100x the default number of loose objects, so this is probably not going
to be too annoying.
2013-03-03 14:20:07 -04:00
..
AWS.hs webapp: Avoid illegal characters in hostname when creating S3 or Glacier remote. 2013-01-14 12:54:29 -04:00
Edit.hs git subcommand cleanup 2013-03-03 13:39:07 -04:00
Local.hs better prevention of auto repack 2013-03-03 14:20:07 -04:00
Pairing.hs type based git config handling 2012-12-29 23:10:18 -04:00
Ssh.hs webapp: Display any error message from git init if it fails to create a repository. 2013-02-26 13:04:37 -04:00
WebDAV.hs type based git config handling 2012-12-29 23:10:18 -04:00
XMPP.hs type based git config handling 2012-12-29 23:10:18 -04:00