git-annex/Assistant/WebApp
Joey Hess eb33569f9d remove Params constructor from Utility.SafeCommand
This removes a bit of complexity, and should make things faster
(avoids tokenizing Params string), and probably involve less garbage
collection.

In a few places, it was useful to use Params to avoid needing a list,
but that is easily avoided.

Problems noticed while doing this conversion:

	* Some uses of Params "oneword" which was entirely unnecessary
	  overhead.
	* A few places that built up a list of parameters with ++
	  and then used Params to split it!

Test suite passes.
2015-06-01 13:52:23 -04:00
..
Configurators typo 2015-05-10 15:56:07 -04:00
Common.hs Dropped support for older versions of yesod and warp than the ones in Debian Jessie. 2015-04-22 16:19:11 -04:00
Configurators.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Control.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
DashBoard.hs webapp: Fix zombie xdg-open process left when opening file browser. Closes: #785498 2015-05-17 17:26:19 -04:00
Documentation.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Form.hs Dropped support for older versions of yesod and warp than the ones in Debian Jessie. 2015-04-22 16:19:11 -04:00
Gpg.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
MakeRemote.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Notifications.hs Dropped support for older versions of yesod and warp than the ones in Debian Jessie. 2015-04-22 16:19:11 -04:00
OtherRepos.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Page.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Repair.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
RepoId.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
RepoList.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
routes webapp: Support for enabling known git repositories on ssh servers. 2014-05-22 14:10:48 -04:00
SideBar.hs another FlexibleContexts fix 2015-05-10 15:46:59 -04:00
Types.hs fix build warning with ghc 7.10 2015-05-10 15:44:47 -04:00