git-annex/Annex
Joey Hess d1da9cf221 switch from System.Cmd.Utils to System.Process
Test suite now passes with -threaded!

I traced back all the hangs with -threaded to System.Cmd.Utils. It seems
it's just crappy/unsafe/outdated, and should not be used. System.Process
seems to be the cool new thing, so converted all the code to use it
instead.

In the process, --debug stopped printing commands it runs. I may try to
bring that back later.

Note that even SafeSystem was switched to use System.Process. Since that
was a modified version of code from System.Cmd.Utils, it needed to be
converted too. I also got rid of nearly all calls to forkProcess,
and all calls to executeFile, which I'm also doubtful about working
well with -threaded.
2012-07-18 18:00:24 -04:00
..
Branch.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
BranchState.hs tweak 2012-01-14 14:31:16 -04:00
CatFile.hs avoid ByteString.Char8 where not needed 2012-06-20 13:13:40 -04:00
CheckAttr.hs rework git check-attr interface 2012-02-13 23:52:21 -04:00
Content.hs fishy commit 2012-06-14 00:01:48 -04:00
Exception.hs adjust to build with monad-control-0.3 2011-12-05 22:51:37 -04:00
Journal.hs honor core.sharedRepository when making all the other files in the annex 2012-04-21 19:36:03 -04:00
LockPool.hs noop 2012-04-21 23:32:33 -04:00
Perms.hs noop 2012-04-21 23:32:33 -04:00
Queue.hs fishy commit 2012-06-14 00:01:48 -04:00
Ssh.hs Clean up handling of git directory and git worktree. 2012-05-18 17:03:12 -04:00
UUID.hs switch from System.Cmd.Utils to System.Process 2012-07-18 18:00:24 -04:00
Version.hs Fix use of several config settings 2012-05-05 20:16:56 -04:00