bugfix for uuid lookup
This commit is contained in:
parent
cbabee36e1
commit
bf1e2205a4
2 changed files with 4 additions and 3 deletions
|
@ -60,8 +60,7 @@ run repo (Queue _ m) = do
|
|||
-
|
||||
- Complicated by commandline length limits. -}
|
||||
runAction :: Git.Repo -> Action -> [FilePath] -> IO ()
|
||||
runAction repo action files = do
|
||||
unless (null files) runxargs
|
||||
runAction repo action files = unless (null files) runxargs
|
||||
where
|
||||
runxargs = pOpen WriteToPipe "xargs" ("-0":"git":params) feedxargs
|
||||
params = toCommand $ Git.gitCommandLine repo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue