use fastDebug everywhere it can be used
None of these are likely to yeild a noticable speedup though.
This commit is contained in:
parent
d16d739ce2
commit
13c090b37a
16 changed files with 17 additions and 28 deletions
|
@ -59,8 +59,8 @@ git_annex_shell cs r command params fields
|
|||
dir = Git.repoPath r
|
||||
shellcmd = "git-annex-shell"
|
||||
getshellopts = do
|
||||
debug <- annexDebug <$> Annex.getGitConfig
|
||||
let params' = if debug
|
||||
debugenabled <- annexDebug <$> Annex.getGitConfig
|
||||
let params' = if debugenabled
|
||||
then Param "--debug" : params
|
||||
else params
|
||||
return (Param command : File (fromRawFilePath dir) : params')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue