git-annex/Remote
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
..
Directory update my email address and homepage url 2015-01-21 12:50:09 -04:00
External relay external special remote stderr through progress suppression machinery (eep!) 2015-04-04 14:54:03 -04:00
Helper remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
Rsync windows build fix 2015-01-29 13:46:57 -04:00
WebDAV groundwork for parameterizing hash depth 2015-01-28 15:55:17 -04:00
BitTorrent.hs fromkey, registerurl: Allow urls to be specified instead of keys, and generate URL keys. 2015-05-22 22:41:36 -04:00
Bup.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
Ddar.hs add filename to progress bar, and display ok/failed at end 2015-04-14 16:35:10 -04:00
Directory.hs Take space that will be used by running downloads into account when checking annex.diskreserve. 2015-05-12 15:20:22 -04:00
External.hs add filename to progress bar, and display ok/failed at end 2015-04-14 16:35:10 -04:00
GCrypt.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
Git.hs Avoid accumulating transfer failure log files unless the assistant is being used. 2015-05-12 15:53:38 -04:00
Glacier.hs add filename to progress bar, and display ok/failed at end 2015-04-14 16:35:10 -04:00
Hook.hs add filename to progress bar, and display ok/failed at end 2015-04-14 16:35:10 -04:00
List.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Rsync.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
S3.hs Merge branch 'master' into concurrentprogress 2015-05-12 13:23:22 -04:00
Tahoe.hs Merge branch 'master' into concurrentprogress 2015-05-12 13:23:22 -04:00
Web.hs add filename to progress bar, and display ok/failed at end 2015-04-14 16:35:10 -04:00
WebDAV.hs add filename to progress bar, and display ok/failed at end 2015-04-14 16:35:10 -04:00