From cd699ff50b8434b52e2f51d06414e8431b407482 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Oct 2012 19:56:32 -0400 Subject: fix last zombies in the assistant Made Git.LsFiles return cleanup actions, and everything waits on processes now, except of course for Seek. --- Annex/Branch.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Annex') diff --git a/Annex/Branch.hs b/Annex/Branch.hs index 99dba623c..b1a807f24 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -262,7 +262,9 @@ files = do update withIndex $ do bfiles <- inRepo $ Git.Command.pipeNullSplitZombie - [Params "ls-tree --name-only -r -z", Param $ show fullname] + [ Params "ls-tree --name-only -r -z" + , Param $ show fullname + ] jfiles <- getJournalledFiles return $ jfiles ++ bfiles -- cgit v1.2.3