git-annex/Build
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
..
BuildVersion.hs add Build/BuildVersion, for use by autobuilders 2014-06-18 14:29:39 -04:00
BundledPrograms.hs Windows: Remove cygwin ssh, the newer version of which has stopped honoring the setting of HOME. Instead, copy msysgit's ssh into PATH. 2015-05-07 15:53:03 -04:00
Configure.hs more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00
DesktopFile.hs more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00
DistributionUpdate.hs remove Params constructor from Utility.SafeCommand 2015-06-01 13:52:23 -04:00
EvilLinker.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
EvilSplicer.hs avoid unused variable 2015-05-27 17:02:23 -04:00
InstallDesktopFile.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
LinuxMkLibs.hs Better fix for standalone tarball git-annex sync linker shim bug, that works for "git annex sync" as well as "git-annex sync". 2015-03-27 16:06:50 -04:00
make-sdist.sh use ustar format and omit filnames with colons. new hackage requirements 2014-04-11 18:45:46 -04:00
mdwn2man munge NAME section of man pages to make lintian happy 2015-05-22 16:06:21 -04:00
NullSoftInstaller.hs add a wrapper for ssh-keygen 2015-05-08 14:55:57 -04:00
OSXMkLibs.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
Standalone.hs update my email address and homepage url 2015-01-21 12:50:09 -04:00
TestConfig.hs more {-# OPTIONS_GHC -fno-warn-tabs #-} ... Forcing people who have what is merely a difference of opinion to you to do this is a bit of an asshole move. Just saying. 2015-05-10 16:38:49 -04:00
Version.hs require RELEAEE_BUILD to be 1, not any value 2015-05-11 09:44:01 -04:00