refactor and function name cleanup
(oops, I had a calcMerge and a calc_merge!)
This commit is contained in:
parent
7d78cbf97c
commit
d45a9a7831
5 changed files with 58 additions and 46 deletions
|
@ -151,7 +151,7 @@ flush (Queue _ lim m) repo = do
|
|||
- this allows queueing commands that do not need a list of files. -}
|
||||
runAction :: Repo -> Action -> IO ()
|
||||
runAction repo (UpdateIndexAction streamers) =
|
||||
Git.UpdateIndex.stream_update_index repo streamers
|
||||
Git.UpdateIndex.streamUpdateIndex repo streamers
|
||||
runAction repo action@(CommandAction {}) =
|
||||
pOpen WriteToPipe "xargs" ("-0":"git":params) feedxargs
|
||||
where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue