git-annex/Assistant/WebApp
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
..
Configurators better prevention of auto repack 2013-03-03 14:20:07 -04:00
Common.hs webapp: Fix bad interaction between required fields and modals. 2012-12-02 17:32:54 -04:00
Configurators.hs annex.autocommit 2013-01-27 22:43:05 +11:00
Control.hs webapp: Now allows restarting any threads that crash. 2013-01-26 17:09:33 +11:00
DashBoard.hs webapp: Only show up to 10 queued transfers. 2013-02-28 15:51:53 -04:00
Documentation.hs webapp: Added help buttons and links next to fields that require explanations. 2012-12-02 22:33:30 -04:00
Form.hs webapp: Allow user to specify the ssh port when setting up a remote. 2012-12-06 17:09:38 -04:00
Notifications.hs Makefile now builds using cabal, taking advantage of cabal's automatic detection of appropriate build flags. 2013-02-27 02:39:22 -04:00
OtherRepos.hs webapp: Can now add a new local repository, and make it sync with the main local repository. 2013-02-18 20:37:26 -04:00
Page.hs type based git config handling 2012-12-29 23:10:18 -04:00
routes work around yesod bug that causes a warning 2013-02-27 18:31:59 -04:00
SideBar.hs simplify 2012-11-25 00:38:11 -04:00
Types.hs work around yesod bug that causes a warning 2013-02-27 18:31:59 -04:00
Utility.hs crippled filesystem support, probing and initial support 2013-02-14 14:15:26 -04:00