git-annex/Remote/Helper
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
..
Chunked update my email address and homepage url 2015-01-21 12:50:09 -04:00
AWS.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Chunked.hs removed all uses of undefined from code base 2015-04-19 00:38:29 -04:00
Encryptable.hs remaining dataenc to sandi conversions 2015-05-07 18:07:13 -04:00
Git.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Hooks.hs use lock pools throughout git-annex 2015-05-19 14:09:52 -04:00
Http.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Messages.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
ReadOnly.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Special.hs Merge branch 'master' into concurrentprogress 2015-05-12 13:23:22 -04:00
Ssh.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00