summaryrefslogtreecommitdiff
path: root/Command
diff options
context:
space:
mode:
Diffstat (limited to 'Command')
-rw-r--r--Command/Map.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Map.hs b/Command/Map.hs
index ae8a69404..15ca5e149 100644
--- a/Command/Map.hs
+++ b/Command/Map.hs
@@ -203,7 +203,7 @@ tryScan r
liftIO $ pipedconfig "ssh" sshparams
where
sshcmd = cddir ++ " && " ++
- "git config --list"
+ "git config --null --list"
dir = Git.workTree r
cddir
| "/~" `isPrefixOf` dir =