better name for function
This commit is contained in:
parent
ea4f0ded3f
commit
3482607da1
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ builtin cmd dir params = do
|
|||
dispatch False (cmd : params') cmds' options fields header $
|
||||
Git.Construct.repoAbsPath dir >>= Git.Construct.fromAbsPath
|
||||
where
|
||||
newseek opts seek k = setField "RsyncOptions" opts >> seek k
|
||||
newcmd opts c = c { cmdseek = map (newseek opts) (cmdseek c) }
|
||||
addrsyncopts opts seek k = setField "RsyncOptions" opts >> seek k
|
||||
newcmd opts c = c { cmdseek = map (addrsyncopts opts) (cmdseek c) }
|
||||
|
||||
external :: [String] -> IO ()
|
||||
external params = do
|
||||
|
|
Loading…
Add table
Reference in a new issue