| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-06 | build with older ghc | Joey Hess | |
| 2016-03-06 | Force ssh, scp, and git commands to be run in the foreground. | Joey Hess | |
| Before, they could run in the background if another process was running, and so their output wouldn't immediately be visible. With this change, the concurrent-output layer is not used for these interactive commands. | |||
| 2015-11-01 | merge from concurrent-output | Joey Hess | |
| 2015-10-28 | work around waitForProcess race condition | Joey Hess | |
| https://github.com/haskell/process/issues/46 | |||
| 2015-10-28 | split out generic ConcurrentOutput module to Utility | Joey Hess | |
| 2015-10-27 | use execProcessConcurrent everywhere | Joey Hess | |
| Found a reasonable clean way to make Utility.Process use execProcessConcurrent, while still allowing copying updates to it from git-annex. | |||
