git-annex/Assistant/Threads
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
..
Committer.hs better prevention of auto repack 2013-03-03 14:20:07 -04:00
ConfigMonitor.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
DaemonStatus.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
Glacier.hs add additional debug info about reasons for transfers 2013-03-01 15:23:59 -04:00
Merger.hs add additional debug info about reasons for transfers 2013-03-01 15:23:59 -04:00
MountWatcher.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
NetWatcher.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
PairListener.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
Pusher.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
SanityChecker.hs better prevention of auto repack 2013-03-03 14:20:07 -04:00
TransferPoller.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
Transferrer.hs assistant: Fix dropping content when a file is moved to an archive directory. 2013-03-01 16:46:36 -04:00
TransferScanner.hs add additional debug info about reasons for drops 2013-03-01 15:58:44 -04:00
TransferWatcher.hs add additional debug info about reasons for drops 2013-03-01 15:58:44 -04:00
Watcher.hs add additional debug info about reasons for drops 2013-03-01 15:58:44 -04:00
WebApp.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
XMPPClient.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00