summaryrefslogtreecommitdiff
path: root/Remote
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-05-21 11:52:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-05-21 11:52:13 -0400
commit93a4f3d4e6970b05116fc25b8d57f0dd9d9ec675 (patch)
tree27af97e123c3b22f4eb6e19afa7bca6ec9f2891f /Remote
parent1876db50f258a1a6a67d874049e93a84d34cac32 (diff)
Add --debug option. Closes: #627499
This takes advantage of the debug logging done by missingh, and I added my own debug messages for executeFile calls. There are still some other low-level ways git-annex runs stuff that are not shown by debugging, but this gets most of it easily.
Diffstat (limited to 'Remote')
-rw-r--r--Remote/Hook.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Remote/Hook.hs b/Remote/Hook.hs
index 7f2d5dbee..dc4d39274 100644
--- a/Remote/Hook.hs
+++ b/Remote/Hook.hs
@@ -12,7 +12,7 @@ import Control.Exception.Extensible (IOException)
import qualified Data.Map as M
import Control.Monad.State (liftIO)
import System.FilePath
-import System.Posix.Process
+import System.Posix.Process hiding (executeFile)
import System.Posix.IO
import System.IO
import System.IO.Error (try)